結果

問題 No.39 桁の数字を入れ替え
ユーザー testestesttestestest
提出日時 2015-08-15 13:38:47
言語 C90
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 134 bytes
コンパイル時間 80 ms
コンパイル使用メモリ 19,456 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-07-18 09:40:00
合計ジャッジ時間 765 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 0 ms
6,816 KB
testcase_01 WA -
testcase_02 AC 0 ms
6,944 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 1 ms
6,940 KB
testcase_09 AC 0 ms
6,944 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:10: warning: data definition has no type or storage class
    1 | char s[];i,m,k;main(j){for(gets(s);!m&&(m=s[j=i]);i++){for(;s[++j];s[j]<m||(m=s[k=j]));m=s[i]<m?s[i]^=s[k]^=s[i]^=s[k]:0;}i=!puts(s);}
      |          ^
main.c:1:10: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int]
main.c:1:12: warning: type defaults to ‘int’ in declaration of ‘m’ [-Wimplicit-int]
    1 | char s[];i,m,k;main(j){for(gets(s);!m&&(m=s[j=i]);i++){for(;s[++j];s[j]<m||(m=s[k=j]));m=s[i]<m?s[i]^=s[k]^=s[i]^=s[k]:0;}i=!puts(s);}
      |            ^
main.c:1:14: warning: type defaults to ‘int’ in declaration of ‘k’ [-Wimplicit-int]
    1 | char s[];i,m,k;main(j){for(gets(s);!m&&(m=s[j=i]);i++){for(;s[++j];s[j]<m||(m=s[k=j]));m=s[i]<m?s[i]^=s[k]^=s[i]^=s[k]:0;}i=!puts(s);}
      |              ^
main.c:1:16: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | char s[];i,m,k;main(j){for(gets(s);!m&&(m=s[j=i]);i++){for(;s[++j];s[j]<m||(m=s[k=j]));m=s[i]<m?s[i]^=s[k]^=s[i]^=s[k]:0;}i=!puts(s);}
      |                ^~~~
main.c: In function ‘main’:
main.c:1:16: warning: type of ‘j’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:28: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration]
    1 | char s[];i,m,k;main(j){for(gets(s);!m&&(m=s[j=i]);i++){for(;s[++j];s[j]<m||(m=s[k=j]));m=s[i]<m?s[i]^=s[k]^=s[i]^=s[k]:0;}i=!puts(s);}
      |                            ^~~~
main.c:1:126: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration]
    1 | char s[];i,m,k;main(j){for(gets(s);!m&&(m=s[j=i]);i++){for(;s[++j];s[j]<m||(m=s[k=j]));m=s[i]<m?s[i]^=s[k]^=s[i]^=s[k]:0;}i=!puts(s);}
      |                                                                                                                              ^~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘puts’
  +++ |+#include <stdio.h>
    1 | char s[];i,m,k;main(j){for(gets

ソースコード

diff #

char s[];i,m,k;main(j){for(gets(s);!m&&(m=s[j=i]);i++){for(;s[++j];s[j]<m||(m=s[k=j]));m=s[i]<m?s[i]^=s[k]^=s[i]^=s[k]:0;}i=!puts(s);}
0