Submission #00140
ソースコード
ステータス
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:5:21: error: expected ‘;’ before ‘)’ token
for(i=1,i<=N;i++){
^
;
./Main.c:7:23: error: expected ‘;’ before ‘)’ token
for(i=1,i<=100;i++){
^
;
./Main.c:8:19: error: lvalue required as left operand of assignment
if(a%i==0&&a=i){
^
./Main.c:14:21: error: ‘s’ undeclared (first use in this function); did you mean ‘ss’?
printf("%d\n",s);
^
ss
./Main.c:14:21: note: each undeclared identifier is reported only once for each function it appears in
セット
テストケース