/ DIO /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:4:6: error: expected ';' before 'a'
  cin a;
      ^
/in/foo.cc:4:7: warning: statement has no effect [-Wunused-value]
  cin a;
       ^
/in/foo.cc:5:5: error: 'a' was not declared in this scope
  if(a%666-233>66){;
     ^
/in/foo.cc:6:5: error: expected ';' before string constant
 cout"Nice!";
     ^~~~~~~
/in/foo.cc:6:12: warning: statement has no effect [-Wunused-value]
 cout"Nice!";
            ^
/in/foo.cc:8:5: error: 'a' was not declared in this scope
  if(a%666-233<=66){;
     ^
/in/foo.cc:9:5: error: expected ';' before string constant
 cout"wcnm!";
     ^~~~~~~
/in/foo.cc:9:12: warning: statement has no effect [-Wunused-value]
 cout"wcnm!";
            ^
/in/foo.cc:11:1: error: 'reture' was not declared in this scope
 reture 0;
 ^~~~~~
/in/foo.cc:11:1: note: suggested alternative: 'rename'
 reture 0;
 ^~~~~~
 rename

信息

递交者
类型
递交
题目
P1004 666数
语言
C++
递交时间
2018-11-26 14:49:53
评测时间
2018-11-26 14:49:53
评测机
分数
0
总耗时
1151ms
峰值内存
132.812 MiB