結果

問題 No.123 カードシャッフル
ユーザー testestesttestestest
提出日時 2015-08-09 20:02:31
言語 C90
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 105 bytes
コンパイル時間 97 ms
コンパイル使用メモリ 19,968 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-07-18 06:16:00
合計ジャッジ時間 665 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 0 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 0 ms
5,376 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 0 ms
5,376 KB
testcase_06 WA -
testcase_07 AC 1 ms
5,376 KB
testcase_08 AC 0 ms
5,376 KB
testcase_09 AC 1 ms
5,376 KB
testcase_10 AC 8 ms
5,376 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | a[51],m;main(t){for(gets(&t);~scanf("%d",&t);)for(m=a[t],*a=m?m:t;t--;a[t+1]=m?m:t);*a=!printf("%d",*a);}
      | ^
main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int]
main.c:1:7: warning: type defaults to ‘int’ in declaration of ‘m’ [-Wimplicit-int]
    1 | a[51],m;main(t){for(gets(&t);~scanf("%d",&t);)for(m=a[t],*a=m?m:t;t--;a[t+1]=m?m:t);*a=!printf("%d",*a);}
      |       ^
main.c:1:9: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | a[51],m;main(t){for(gets(&t);~scanf("%d",&t);)for(m=a[t],*a=m?m:t;t--;a[t+1]=m?m:t);*a=!printf("%d",*a);}
      |         ^~~~
main.c: In function ‘main’:
main.c:1:9: warning: type of ‘t’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:21: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration]
    1 | a[51],m;main(t){for(gets(&t);~scanf("%d",&t);)for(m=a[t],*a=m?m:t;t--;a[t+1]=m?m:t);*a=!printf("%d",*a);}
      |                     ^~~~
main.c:1:31: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
    1 | a[51],m;main(t){for(gets(&t);~scanf("%d",&t);)for(m=a[t],*a=m?m:t;t--;a[t+1]=m?m:t);*a=!printf("%d",*a);}
      |                               ^~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
  +++ |+#include <stdio.h>
    1 | a[51],m;main(t){for(gets(&t);~scanf("%d",&t);)for(m=a[t],*a=m?m:t;t--;a[t+1]=m?m:t);*a=!printf("%d",*a);}
main.c:1:31: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch]
    1 | a[51],m;main(t){for(gets(&t);~scanf("%d",&t);)for(m=a[t],*a=m?m:t;t--;a[t+1]=m?m:t);*a=!printf("%d",*a);}
      |                               ^~~~~
main.c:1:31: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
main.c:1:89: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-de

ソースコード

diff #

a[51],m;main(t){for(gets(&t);~scanf("%d",&t);)for(m=a[t],*a=m?m:t;t--;a[t+1]=m?m:t);*a=!printf("%d",*a);}
0