记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:18: error: expected ';' before 'cout'
    8 |         cin>>a>>b
      |                  ^
      |                  ;
    9 |     cout <<a+b;
      |     ~~~~          
/in/foo.cc:10:17: error: expected ';' before '}' token
   10 |         return 0
      |                 ^
      |                 ;
   11 | }
      | ~                

信息

递交者
类型
递交
题目
P1010 a+b
语言
C++
递交时间
2025-04-17 19:16:02
评测时间
2025-04-17 19:16:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes