結果
問題 | No.203 ゴールデン・ウィーク(1) |
ユーザー | 👑 testestest |
提出日時 | 2015-08-08 21:41:14 |
言語 | C90 (gcc 11.4.0) |
結果 |
TLE
|
実行時間 | - |
コード長 | 105 bytes |
コンパイル時間 | 81 ms |
コンパイル使用メモリ | 19,456 KB |
実行使用メモリ | 15,032 KB |
最終ジャッジ日時 | 2024-07-18 06:04:59 |
合計ジャッジ時間 | 4,500 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | TLE | - |
testcase_01 | -- | - |
testcase_02 | -- | - |
testcase_03 | -- | - |
testcase_04 | -- | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
testcase_10 | -- | - |
testcase_11 | -- | - |
testcase_12 | -- | - |
testcase_13 | -- | - |
testcase_14 | -- | - |
testcase_15 | -- | - |
testcase_16 | -- | - |
testcase_17 | -- | - |
testcase_18 | -- | - |
testcase_19 | -- | - |
testcase_20 | -- | - |
testcase_21 | -- | - |
testcase_22 | -- | - |
testcase_23 | -- | - |
testcase_24 | -- | - |
testcase_25 | -- | - |
testcase_26 | -- | - |
testcase_27 | -- | - |
testcase_28 | -- | - |
コンパイルメッセージ
main.c:1:10: warning: data definition has no type or storage class 1 | char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=s<n?n:s);i=!printf("%d",s);} | ^ main.c:1:10: warning: type defaults to ‘int’ in declaration of ‘n’ [-Wimplicit-int] main.c:1:12: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] 1 | char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=s<n?n:s);i=!printf("%d",s);} | ^ main.c:1:14: warning: type defaults to ‘int’ in declaration of ‘s’ [-Wimplicit-int] 1 | char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=s<n?n:s);i=!printf("%d",s);} | ^ main.c:1:16: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=s<n?n:s);i=!printf("%d",s);} | ^~~~ main.c: In function ‘main’: main.c:1:27: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration] 1 | char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=s<n?n:s);i=!printf("%d",s);} | ^~~~ main.c:1:90: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 1 | char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=s<n?n:s);i=!printf("%d",s);} | ^~~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ +++ |+#include <stdio.h> 1 | char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=s<n?n:s);i=!printf("%d",s);} main.c:1:90: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch] 1 | char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=
ソースコード
char a[];n,i,s;main(){for(gets(a),gets(a+7);a[i];)a[i++]&16&&!(n=0)||++n&&(s=s<n?n:s);i=!printf("%d",s);}