結果
問題 |
No.69 文字を自由に並び替え
|
ユーザー |
👑 ![]() |
提出日時 | 2015-08-07 15:56:42 |
言語 | C90 (gcc 12.3.0) |
結果 |
AC
|
実行時間 | 1 ms / 5,000 ms |
コード長 | 140 bytes |
コンパイル時間 | 204 ms |
コンパイル使用メモリ | 19,968 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-12-14 06:01:35 |
合計ジャッジ時間 | 820 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 15 |
コンパイルメッセージ
main.c:1:18: warning: data definition has no type or storage class 1 | char a[11],b[11];i;main(j){for(scanf("%s%s",a,b);a[i]&&j-10;)for(j=-1;++j<10;)if(b[j]==a[i]){b[j]=0;i++;break;};i=!printf(a[i]?"NO":"YES");} | ^ main.c:1:18: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] main.c:1:20: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | char a[11],b[11];i;main(j){for(scanf("%s%s",a,b);a[i]&&j-10;)for(j=-1;++j<10;)if(b[j]==a[i]){b[j]=0;i++;break;};i=!printf(a[i]?"NO":"YES");} | ^~~~ main.c: In function ‘main’: main.c:1:20: warning: type of ‘j’ defaults to ‘int’ [-Wimplicit-int] main.c:1:32: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | char a[11],b[11];i;main(j){for(scanf("%s%s",a,b);a[i]&&j-10;)for(j=-1;++j<10;)if(b[j]==a[i]){b[j]=0;i++;break;};i=!printf(a[i]?"NO":"YES");} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | char a[11],b[11];i;main(j){for(scanf("%s%s",a,b);a[i]&&j-10;)for(j=-1;++j<10;)if(b[j]==a[i]){b[j]=0;i++;break;};i=!printf(a[i]?"NO":"YES");} main.c:1:32: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | char a[11],b[11];i;main(j){for(scanf("%s%s",a,b);a[i]&&j-10;)for(j=-1;++j<10;)if(b[j]==a[i]){b[j]=0;i++;break;};i=!printf(a[i]?"NO":"YES");} | ^~~~~ main.c:1:32: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:116: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 1 | char a[11],b[11];i;main(j){for(scanf("%s%s",a,b);a[i]&&j-10;)for(j=-1;++j<10;)if(b[j]==a[i]){b[j]=0;i++;break;};i=!printf(a[i]?"NO":"YES");} |
ソースコード
char a[11],b[11];i;main(j){for(scanf("%s%s",a,b);a[i]&&j-10;)for(j=-1;++j<10;)if(b[j]==a[i]){b[j]=0;i++;break;};i=!printf(a[i]?"NO":"YES");}