Submission #00232
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
0001 - じゃんけん |
| ユーザー名 |
r2135
|
| 投稿日時 |
2021-05-04 22:47:51 |
| 言語 |
C |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
630 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:7:11: error: ‘R’ undeclared (first use in this function)
if(D==R){
^
./Main.c:7:11: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:10:12: warning: comparison between pointer and integer
else if(D=="S\n"){
^~
./Main.c:13:12: warning: comparison between pointer and integer
else if(D=="P\n"){
^~
セット
テストケース