Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:22:25: error: 'cin' was not declared in this scope
     int x1, y1, z1;     cin >> x1 >> y1 >> z1;
                         ^~~
/in/foo.cc:26:5: error: 'cout' was not declared in this scope
     cout << t1.timeconsion() - t2.timeconsion();
     ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1001 OO1-2 时间类Time
 - 语言
 - C++
 - 递交时间
 - 2023-05-20 10:37:18
 - 评测时间
 - 2023-05-20 10:37:18
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes