记录详情

Compile Error

foo.cc:1:1: error: 'include' does not name a type
    1 | include<iostream>
      | ^~~~~~~
foo.cc: In function 'int main()':
foo.cc:8:1: error: 'cout' was not declared in this scope
    8 | cout<<x1+x2<<endl;
      | ^~~~
foo.cc:8:14: error: 'endl' was not declared in this scope
    8 | cout<<x1+x2<<endl;
      |              ^~~~
foo.cc:10:7: error: 'xi' was not declared in this scope; did you mean 'x2'?
   10 | cout<<xi%x2<<endl;
      |       ^~
      |       x2
foo.cc:12:1: error: 'system' was not declared in this scope
   12 | system("pause")
      | ^~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1078 xf1-1两数和、积、余
比赛
2022年迎新赛(第二场)
语言
C++
递交时间
2022-08-27 15:54:41
评测时间
2022-08-27 16:02:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes