結果

問題 No.10 +か×か
ユーザー 👑 testestesttestestest
提出日時 2016-10-11 22:46:39
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 67 ms / 5,000 ms
コード長 159 bytes
コンパイル時間 189 ms
コンパイル使用メモリ 20,352 KB
実行使用メモリ 44,160 KB
最終ジャッジ日時 2024-05-08 11:53:30
合計ジャッジ時間 981 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 59 ms
42,624 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 1 ms
5,376 KB
testcase_06 AC 67 ms
44,160 KB
testcase_07 AC 5 ms
5,376 KB
testcase_08 AC 9 ms
8,448 KB
testcase_09 AC 15 ms
14,464 KB
testcase_10 AC 0 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|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):s==*x?*x=~puts(p+2):0;}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|x[i<<20|s]++||f(i+1,s+x[i],p[i]=43)+f(i+1,s*x[i],p[i]--):s==*x?*x=~puts(p+2):0;}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:105: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration]
    1 | x[1<<26];char p[60];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?*x=~puts(p+2):0;}main(i){for(;~scanf("%d",x-i--););f(1,0);}
      |                                                                                                         ^~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘puts’
  +++ |+#include <stdio.h>
    1 | x[1<<26];char p[60];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?*x=~puts(p+2):0;}main(i){for(;~scanf("%d",x-i--););f(1,0);}
main.c: At top level:
main.c:1:118: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | x[1<<26];char p[60];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?*x=~puts(p+2):0;}main(i){for(;~scanf("%d",x-i--););f(1,0);}
      |                                                                                                                      ^~~~
main.c: In function ‘main’:
main.c:1:118: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:132: warning: implicit declaration o

ソースコード

diff #

x[1<<26];char p[60];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?*x=~puts(p+2):0;}main(i){for(;~scanf("%d",x-i--););f(1,0);}
0