結果
| 問題 | No.587 七対子 |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2018-01-25 18:46:47 |
| 言語 | C(gnu17) (gcc 15.2.0) |
| 結果 |
CE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 97 bytes |
| 記録 | |
| コンパイル時間 | 110 ms |
| コンパイル使用メモリ | 25,652 KB |
| 最終ジャッジ日時 | 2026-02-22 00:43:19 |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
1 | a[999],t;main(i){for(;i<128;a[++i]&1?*a=i:0)a[getchar(t+=a[i]==2)]++;printf(t-6?"Impossible":a);}
| ^
main.c:1:1: error: type defaults to 'int' in declaration of 'a' [-Wimplicit-int]
main.c:1:8: error: type defaults to 'int' in declaration of 't' [-Wimplicit-int]
1 | a[999],t;main(i){for(;i<128;a[++i]&1?*a=i:0)a[getchar(t+=a[i]==2)]++;printf(t-6?"Impossible":a);}
| ^
main.c:1:10: error: return type defaults to 'int' [-Wimplicit-int]
1 | a[999],t;main(i){for(;i<128;a[++i]&1?*a=i:0)a[getchar(t+=a[i]==2)]++;printf(t-6?"Impossible":a);}
| ^~~~
main.c: In function 'main':
main.c:1:10: warning: old-style function definition [-Wold-style-definition]
main.c:1:10: error: type of 'i' defaults to 'int' [-Wimplicit-int]
main.c:1:47: error: implicit declaration of function 'getchar' [-Wimplicit-function-declaration]
1 | a[999],t;main(i){for(;i<128;a[++i]&1?*a=i:0)a[getchar(t+=a[i]==2)]++;printf(t-6?"Impossible":a);}
| ^~~~~~~
main.c:1:1: note: 'getchar' is defined in header '<stdio.h>'; this is probably fixable by adding '#include <stdio.h>'
+++ |+#include <stdio.h>
1 | a[999],t;main(i){for(;i<128;a[++i]&1?*a=i:0)a[getchar(t+=a[i]==2)]++;printf(t-6?"Impossible":a);}
main.c:1:70: error: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
1 | a[999],t;main(i){for(;i<128;a[++i]&1?*a=i:0)a[getchar(t+=a[i]==2)]++;printf(t-6?"Impossible":a);}
| ^~~~~~
main.c:1:70: note: include '<stdio.h>' or provide a declaration of 'printf'
main.c:1:70: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
main.c:1:70: note: include '<stdio.h>' or provide a declaration of 'printf'
main.c:1:93: error: pointer type mismatch in conditional expression [-Wincompatible-pointer-t
ソースコード
a[999],t;main(i){for(;i<128;a[++i]&1?*a=i:0)a[getchar(t+=a[i]==2)]++;printf(t-6?"Impossible":a);}
testestest