結果

問題 No.10 +か×か
ユーザー testestesttestestest
提出日時 2016-03-14 17:49:07
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 82 ms / 5,000 ms
コード長 165 bytes
コンパイル時間 90 ms
コンパイル使用メモリ 20,352 KB
実行使用メモリ 48,000 KB
最終ジャッジ日時 2024-05-08 11:51:06
合計ジャッジ時間 824 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 0 ms
5,376 KB
testcase_03 AC 69 ms
46,208 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 1 ms
5,376 KB
testcase_06 AC 82 ms
48,000 KB
testcase_07 AC 5 ms
5,376 KB
testcase_08 AC 11 ms
9,856 KB
testcase_09 AC 19 ms
16,256 KB
testcase_10 AC 1 ms
5,376 KB
testcase_11 AC 1 ms
5,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | x[1<<26];char p[60];f(i,s){x[i]|s-*x?s>*x|!x[i]|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):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:21: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | x[1<<26];char p[60];f(i,s){x[i]|s-*x?s>*x|!x[i]|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);}
      |                     ^
main.c: In function ‘f’:
main.c:1:21: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:21: warning: type of ‘s’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:106: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
    1 | x[1<<26];char p[60];f(i,s){x[i]|s-*x?s>*x|!x[i]|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):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[60];f(i,s){x[i]|s-*x?s>*x|!x[i]|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);}
main.c:1:106: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch]
    1 | x[1<<26];char p[60];f(i,s){x[i]|s-*x?s>*x|!x[i]|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);}
      |                                                                                                          ^~~~
main.c:1:106: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
main.c:1:112: warning: i

ソースコード

diff #

x[1<<26];char p[60];f(i,s){x[i]|s-*x?s>*x|!x[i]|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):exit(!puts(p+2));}main(i){for(;~scanf("%d",x-i--););f(1,0);}
0