记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:4:5: error: 'cin' was not declared in this scope
     cin >> length >> time;
     ^~~
/in/foo.cc:16:9: error: 'cout' was not declared in this scope
         cout << 13;
         ^~~~
/in/foo.cc:20:36: error: 'printf' was not declared in this scope
         printf("%.1f\n", float(ans));
                                    ^

信息

递交者
类型
递交
题目
P1005 考试分数计算
比赛
学段课26日1
语言
C++
递交时间
2019-04-26 14:43:26
评测时间
2019-04-26 14:43:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes