Submission #00091
ソースコード
ステータス
項目 |
データ |
問題 |
0003 - 双子のきぃ |
ユーザー名 |
r2031
|
投稿日時 |
2020-06-16 16:36:27 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
233 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:6:16: error: ‘Girl’ undeclared (first use in this function)
printf(Girl win);
^~~~
./Main.c:6:16: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:6:20: error: expected ‘)’ before ‘win’
printf(Girl win);
^~~~
)
./Main.c:9:16: error: ‘Boy’ undeclared (first use in this function)
printf(Boy win);
^~~
./Main.c:9:19: error: expected ‘)’ before ‘win’
printf(Boy win);
^~~~
)
./Main.c:12:16: error: ‘Draw’ undeclared (first use in this function)
printf(Draw);
^~~~
セット
テストケース