結果
問題 | No.10 +か×か |
ユーザー | 👑 testestest |
提出日時 | 2016-04-05 04:49:46 |
言語 | C90 (gcc 11.4.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 158 bytes |
コンパイル時間 | 194 ms |
コンパイル使用メモリ | 20,736 KB |
実行使用メモリ | 14,464 KB |
最終ジャッジ日時 | 2024-10-04 01:15:30 |
合計ジャッジ時間 | 5,684 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 0 ms
6,816 KB |
testcase_01 | AC | 0 ms
6,816 KB |
testcase_02 | AC | 1 ms
6,816 KB |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | AC | 8 ms
8,448 KB |
testcase_09 | AC | 15 ms
14,464 KB |
testcase_10 | AC | 1 ms
6,820 KB |
testcase_11 | AC | 0 ms
6,816 KB |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | x[1<<26];char p[];f(i,s){x[i]?s>*x|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):s-*x?:exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘x’ [-Wimplicit-int] main.c:1:19: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | x[1<<26];char p[];f(i,s){x[i]?s>*x|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):s-*x?:exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);} | ^ main.c: In function ‘f’: main.c:1:19: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int] main.c:1:19: warning: type of ‘s’ defaults to ‘int’ [-Wimplicit-int] main.c:1:99: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 1 | x[1<<26];char p[];f(i,s){x[i]?s>*x|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):s-*x?:exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);} | ^~~~ main.c:1:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ +++ |+#include <stdlib.h> 1 | x[1<<26];char p[];f(i,s){x[i]?s>*x|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):s-*x?:exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);} main.c:1:99: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 1 | x[1<<26];char p[];f(i,s){x[i]?s>*x|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):s-*x?:exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);} | ^~~~ main.c:1:99: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ main.c:1:105: warning: implicit declaration of function ‘puts’ [-Wimplicit
ソースコード
x[1<<26];char p[];f(i,s){x[i]?s>*x|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):s-*x?:exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);}