/ 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:10:6: error: expected ';' before string constant
  cout"wcnm!";
      ^~~~~~~
/in/foo.cc:10:13: warning: statement has no effect [-Wunused-value]
  cout"wcnm!";
             ^

信息

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