/ DIO /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:5: error: expected unqualified-id before '>>' token
 {int>>A,B;
     ^~
/in/foo.cc:7:7: error: 'A' was not declared in this scope
  cin>>A>>B;
       ^
/in/foo.cc:7:10: error: 'B' was not declared in this scope
  cin>>A>>B;
          ^
/in/foo.cc:10:1: error: expected ';' before '}' token
 }
 ^

信息

递交者
类型
递交
题目
P1000 刘宝宝与老母鸡问题
语言
C++
递交时间
2018-11-27 17:33:29
评测时间
2018-11-27 17:33:29
评测机
分数
0
总耗时
292ms
峰值内存
29.32 MiB