Submission #00221


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include<stdio.h>
signed main(){
int a b;
char a,b;
a=a+('a'-'b');
printf("%c\n",a);
a=a-('a'-'b');
printf("%c\n",a);
return(0);
}

ステータス

項目 データ
問題 0006 - きぃのお勉強
ユーザー名 ei2022
投稿日時 2020-06-16 17:55:51
言語 C
状態 Compile Error
得点 0
ソースコード長 223 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:3:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘b’
         int a b;
               ^
./Main.c:3:15: error: ‘b’ undeclared (first use in this function)
./Main.c:3:15: note: each undeclared identifier is reported only once for each function it appears in

セット

セット 得点 Cases

テストケース

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