Submission #77856


ソースコード

ステータス

項目 データ
問題 1761 - 新人アルバイターユタカ
ユーザー名 ei2332
投稿日時 2024-04-19 12:04:28
言語 C
状態 Compile Error
得点 0
ソースコード長 91 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c:1:1: warning: data definition has no type or storage class
 a,b,c=map(int,input().split())
 ^
./Main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int]
./Main.c:1:3: warning: type defaults to ‘int’ in declaration of ‘b’ [-Wimplicit-int]
 a,b,c=map(int,input().split())
   ^
./Main.c:1:5: warning: type defaults to ‘int’ in declaration of ‘c’ [-Wimplicit-int]
 a,b,c=map(int,input().split())
     ^
./Main.c:1:7: warning: implicit declaration of function ‘map’ [-Wimplicit-function-declaration]
 a,b,c=map(int,input().split())
       ^~~
./Main.c:1:11: error: expected expression before ‘int’
 a,b,c=map(int,input().split())
           ^~~
./Main.c:2:1: error: expected ‘,’ or ‘;’ before ‘n’
 n=int(input())
 ^

セット

セット 得点 Cases

テストケース

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