/ DIO /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:6: error: expected ';' before string constant
  cout"Nice!";
      ^~~~~~~
/in/foo.cc:7:13: warning: statement has no effect [-Wunused-value]
  cout"Nice!";
             ^
/in/foo.cc:9:6: error: expected ';' before string constant
  cout"wcnm!";
      ^~~~~~~
/in/foo.cc:9:13: warning: statement has no effect [-Wunused-value]
  cout"wcnm!";
             ^
/in/foo.cc:11:1: error: expected '}' at end of input
 }
 ^
/in/foo.cc:11:1: error: expected '}' at end of input

信息

递交者
类型
递交
题目
P1004 666数
语言
C++
递交时间
2018-11-27 17:23:10
评测时间
2018-11-27 17:23:10
评测机
分数
0
总耗时
1252ms
峰值内存
132.535 MiB