結果
問題 | No.326 あみだますたー |
ユーザー | 👑 testestest |
提出日時 | 2017-11-06 09:41:17 |
言語 | C (gcc 12.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 297 bytes |
コンパイル時間 | 108 ms |
コンパイル使用メモリ | 30,208 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-24 03:06:30 |
合計ジャッジ時間 | 3,639 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
5,248 KB |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | AC | 1 ms
5,248 KB |
testcase_06 | WA | - |
testcase_07 | AC | 1 ms
5,248 KB |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | AC | 2 ms
5,248 KB |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | WA | - |
testcase_20 | AC | 1 ms
5,248 KB |
testcase_21 | AC | 1 ms
5,248 KB |
testcase_22 | WA | - |
testcase_23 | WA | - |
testcase_24 | WA | - |
testcase_25 | WA | - |
testcase_26 | WA | - |
testcase_27 | WA | - |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | d[110],g[110],s[6000];c,i,j; | ^ main.c:1:1: warning: type defaults to 'int' in declaration of 'd' [-Wimplicit-int] main.c:1:8: warning: type defaults to 'int' in declaration of 'g' [-Wimplicit-int] 1 | d[110],g[110],s[6000];c,i,j; | ^ main.c:1:15: warning: type defaults to 'int' in declaration of 's' [-Wimplicit-int] 1 | d[110],g[110],s[6000];c,i,j; | ^ main.c:1:23: warning: data definition has no type or storage class 1 | d[110],g[110],s[6000];c,i,j; | ^ main.c:1:23: warning: type defaults to 'int' in declaration of 'c' [-Wimplicit-int] main.c:1:25: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] 1 | d[110],g[110],s[6000];c,i,j; | ^ main.c:1:27: warning: type defaults to 'int' in declaration of 'j' [-Wimplicit-int] 1 | d[110],g[110],s[6000];c,i,j; | ^ main.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int] 2 | main(n,k,a,b){ | ^~~~ main.c: In function 'main': main.c:2:1: warning: type of 'n' defaults to 'int' [-Wimplicit-int] main.c:2:1: warning: type of 'k' defaults to 'int' [-Wimplicit-int] main.c:2:1: warning: type of 'a' defaults to 'int' [-Wimplicit-int] main.c:2:1: warning: type of 'b' defaults to 'int' [-Wimplicit-int] main.c:3:13: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration] 3 | for(scanf("%d%d",&n,&k);i++<n;)d[i]=i; | ^~~~~ main.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf' +++ |+#include <stdio.h> 1 | d[110],g[110],s[6000];c,i,j; main.c:3:13: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch] 3 | for(scanf("%d%d",&n,&k);i++<n;)d[i]=i; | ^~~~~ main.c:3:13: note: include '<stdio.h>' or provide a declaration of 'sca
ソースコード
d[110],g[110],s[6000];c,i,j; main(n,k,a,b){ for(scanf("%d%d",&n,&k);i++<n;)d[i]=i; for(;k--;d[a]^=d[b]^=d[a]^=d[b])scanf("%d%d",&a,&b); for(;~scanf("%d",++j+g);); for(;--i;)for(j=0;j++<n-i;)g[d[j]]>g[d[j+1]]?d[s[c++]=j]^=d[j+1]^=d[j]^=d[j+1]:0; for(;k<c*2;k++)printf("%d ",~k?s[k/2]+k%2:c); }