Submission #00300
ソースコード
ステータス
項目 |
データ |
問題 |
0009 - 背の順 |
ユーザー名 |
r2207
|
投稿日時 |
2022-06-02 17:29:42 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
451 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:12:13: error: expected expression before ‘int’
int temp;
^~~
./Main.c:13:18: error: ‘j’ undeclared (first use in this function)
if(a[j]<a[i]){
^
./Main.c:13:18: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:14:17: error: ‘temp’ undeclared (first use in this function)
temp=a[i];
^~~~
./Main.c: At top level:
./Main.c:20:5: error: expected identifier or ‘(’ before ‘for’
for(int i=0;i<n;i++){
^~~
./Main.c:20:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
for(int i=0;i<n;i++){
^
./Main.c:20:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘++’ token
for(int i=0;i<n;i++){
^~
./Main.c:23:5: error: expected identifier or ‘(’ before ‘return’
return(0);
^~~~~~
./Main.c:24:1: error: expected identifier or ‘(’ before ‘}’ token
}
^
セット
テストケース