Submission #00087


ソースコード

1
2
3
4
5
6
7
8
#include<stdio.h>
int main(){
int i,a;
while(i=1;i>0;i--);
sacnf("%d",&a);
printf("%D",a*i);
return(0);
}

ステータス

項目 データ
問題 0002 - 目だけいいもりた
ユーザー名 e1517
投稿日時 2015-05-26 16:56:33
言語 C++11
状態 Compile Error
得点 0
ソースコード長 122 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./87.cpp: In function 'int main()':
./87.cpp:4: error: expected ')' before ';' token
./87.cpp:4: error: expected ';' before ')' token
./87.cpp:5: error: 'sacnf' was not declared in this scope

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #