003:惊呆!Point竟然能这样输入输出 总时间限制: 1000ms 内存限制: 65536kB 描述 程序填空 #include <iostream> using namespace std; class Point { private: int x; int y; public: Point() { }; // 在此处补充你的代码 }; int