记录详情

Compile Error

/in/foo.cc:1:1: error: 'h' does not name a type
 h>  
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:5: error: 'cin' was not declared in this scope
     cin >> s1 >> s2 >> t;
     ^~~
/in/foo.cc:7:5: error: 'cout' was not declared in this scope
     cout << fixed << setprecision(2) << x << endl;
     ^~~~
/in/foo.cc:7:13: error: 'fixed' was not declared in this scope
     cout << fixed << setprecision(2) << x << endl;
             ^~~~~
/in/foo.cc:7:36: error: 'setprecision' was not declared in this scope
     cout << fixed << setprecision(2) << x << endl;
                                    ^
/in/foo.cc:7:46: error: 'endl' was not declared in this scope
     cout << fixed << setprecision(2) << x << endl;
                                              ^~~~

信息

递交者
类型
递交
题目
P1069 环形追击
语言
C++
递交时间
2021-05-15 15:22:42
评测时间
2021-05-15 15:22:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes