結果

問題 No.482 あなたの名は
ユーザー kotatsugamekotatsugame
提出日時 2017-02-13 00:54:06
言語 C90
(gcc 12.3.0)
結果
WA  
実行時間 -
コード長 117 bytes
コンパイル時間 417 ms
コンパイル使用メモリ 19,712 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-12-29 17:12:24
合計ジャッジ時間 2,092 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 22 WA * 6
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:8: warning: data definition has no type or storage class
    1 | long k;d,c;main(a){for(scanf("%*d%ld",&k);~scanf("%d",&d);a++)c+=a!=d;return !puts(k<c/2||(k-(c+1)/2)%2?"NO":"YES");}
      |        ^
main.c:1:8: warning: type defaults to ‘int’ in declaration of ‘d’ [-Wimplicit-int]
main.c:1:10: warning: type defaults to ‘int’ in declaration of ‘c’ [-Wimplicit-int]
    1 | long k;d,c;main(a){for(scanf("%*d%ld",&k);~scanf("%d",&d);a++)c+=a!=d;return !puts(k<c/2||(k-(c+1)/2)%2?"NO":"YES");}
      |          ^
main.c:1:12: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | long k;d,c;main(a){for(scanf("%*d%ld",&k);~scanf("%d",&d);a++)c+=a!=d;return !puts(k<c/2||(k-(c+1)/2)%2?"NO":"YES");}
      |            ^~~~
main.c: In function ‘main’:
main.c:1:12: warning: type of ‘a’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:24: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
    1 | long k;d,c;main(a){for(scanf("%*d%ld",&k);~scanf("%d",&d);a++)c+=a!=d;return !puts(k<c/2||(k-(c+1)/2)%2?"NO":"YES");}
      |                        ^~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
  +++ |+#include <stdio.h>
    1 | long k;d,c;main(a){for(scanf("%*d%ld",&k);~scanf("%d",&d);a++)c+=a!=d;return !puts(k<c/2||(k-(c+1)/2)%2?"NO":"YES");}
main.c:1:24: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch]
    1 | long k;d,c;main(a){for(scanf("%*d%ld",&k);~scanf("%d",&d);a++)c+=a!=d;return !puts(k<c/2||(k-(c+1)/2)%2?"NO":"YES");}
      |                        ^~~~~
main.c:1:24: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
main.c:1:79: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration]
    1 | long k;d,c;main(a){for(scanf("%*d%ld",&k);~scanf("%d",&d);a++)c+=a!=d;return !puts(k<c/2||(k-(c+1)/2)%2?"NO":"YES");}
      |                               

ソースコード

diff #

long k;d,c;main(a){for(scanf("%*d%ld",&k);~scanf("%d",&d);a++)c+=a!=d;return !puts(k<c/2||(k-(c+1)/2)%2?"NO":"YES");}
0