結果

問題 No.432 占い(Easy)
ユーザー testestesttestestest
提出日時 2016-12-04 08:52:28
言語 C90
(gcc 11.4.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 100 bytes
コンパイル時間 241 ms
コンパイル使用メモリ 24,204 KB
実行使用メモリ 4,504 KB
最終ジャッジ日時 2023-08-18 14:04:38
合計ジャッジ時間 1,368 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 0 ms
4,376 KB
testcase_02 AC 1 ms
4,376 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 1 ms
4,376 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 0 ms
4,376 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 3 ms
4,376 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 AC 0 ms
4,380 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:12: warning: return type defaults to ‘int’ [-Wimplicit-int]
 char*p,s[];main(i){for(;gets(s);--i&&puts(s))for(;s[1];*p=0)for(p=s;p[1];*p-=*p++/58*9)*p+=p[1]-48;}
            ^~~~
main.c: In function ‘main’:
main.c:1:12: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:25: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration]
 char*p,s[];main(i){for(;gets(s);--i&&puts(s))for(;s[1];*p=0)for(p=s;p[1];*p-=*p++/58*9)*p+=p[1]-48;}
                         ^~~~
main.c:1:38: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration]
 char*p,s[];main(i){for(;gets(s);--i&&puts(s))for(;s[1];*p=0)for(p=s;p[1];*p-=*p++/58*9)*p+=p[1]-48;}
                                      ^~~~
main.c: At top level:
main.c:1:8: warning: array ‘s’ assumed to have one element
 char*p,s[];main(i){for(;gets(s);--i&&puts(s))for(;s[1];*p=0)for(p=s;p[1];*p-=*p++/58*9)*p+=p[1]-48;}
        ^
/tmp/ccm4U1Vg.o: In function `main':
main.c:(.text.startup+0x10): warning: the `gets' function is dangerous and should not be used.

ソースコード

diff #

char*p,s[];main(i){for(;gets(s);--i&&puts(s))for(;s[1];*p=0)for(p=s;p[1];*p-=*p++/58*9)*p+=p[1]-48;}
0