結果
問題 | No.43 野球の試合 |
ユーザー | 👑 testestest |
提出日時 | 2016-03-17 11:28:35 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 8 ms / 5,000 ms |
コード長 | 301 bytes |
コンパイル時間 | 265 ms |
コンパイル使用メモリ | 20,992 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-01 08:50:22 |
合計ジャッジ時間 | 823 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 0 ms
6,816 KB |
testcase_01 | AC | 0 ms
6,816 KB |
testcase_02 | AC | 1 ms
6,820 KB |
testcase_03 | AC | 0 ms
6,820 KB |
testcase_04 | AC | 1 ms
6,820 KB |
testcase_05 | AC | 1 ms
6,816 KB |
testcase_06 | AC | 0 ms
6,816 KB |
testcase_07 | AC | 8 ms
6,816 KB |
testcase_08 | AC | 1 ms
6,816 KB |
testcase_09 | AC | 0 ms
6,820 KB |
testcase_10 | AC | 1 ms
6,816 KB |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | i;char a[49];x(char*a){int b[6]={},f=1,i=49,j=0;char c[42];for(;--i;b[i/7]+=a[i]==111);for(;++i<6;j|=1<<b[i])f+=~j>>b[i]&b[i]>*b;for(;++i<49&&a[i]!=45;);return i-49?memcpy(c,a,42),c[i]='o',c[j=i%7*7+i/7]='x',f=x(c),c[i]+=9,c[j]-=9,j=x(c),f<j?f:j:f;}main(){for(;gets(a+i++*7););i=!printf("%d",x(a+7));} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] main.c:1:14: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | i;char a[49];x(char*a){int b[6]={},f=1,i=49,j=0;char c[42];for(;--i;b[i/7]+=a[i]==111);for(;++i<6;j|=1<<b[i])f+=~j>>b[i]&b[i]>*b;for(;++i<49&&a[i]!=45;);return i-49?memcpy(c,a,42),c[i]='o',c[j=i%7*7+i/7]='x',f=x(c),c[i]+=9,c[j]-=9,j=x(c),f<j?f:j:f;}main(){for(;gets(a+i++*7););i=!printf("%d",x(a+7));} | ^ main.c: In function ‘x’: main.c:1:166: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration] 1 | i;char a[49];x(char*a){int b[6]={},f=1,i=49,j=0;char c[42];for(;--i;b[i/7]+=a[i]==111);for(;++i<6;j|=1<<b[i])f+=~j>>b[i]&b[i]>*b;for(;++i<49&&a[i]!=45;);return i-49?memcpy(c,a,42),c[i]='o',c[j=i%7*7+i/7]='x',f=x(c),c[i]+=9,c[j]-=9,j=x(c),f<j?f:j:f;}main(){for(;gets(a+i++*7););i=!printf("%d",x(a+7));} | ^~~~~~ main.c:1:1: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’ +++ |+#include <string.h> 1 | i;char a[49];x(char*a){int b[6]={},f=1,i=49,j=0;char c[42];for(;--i;b[i/7]+=a[i]==111);for(;++i<6;j|=1<<b[i])f+=~j>>b[i]&b[i]>*b;for(;++i<49&&a[i]!=45;);return i-49?memcpy(c,a,42),c[i]='o',c[j=i%7*7+i/7]='x',f=x(c),c[i]+=9,c[j]-=9,j=x(c),f<j?f:j:f;}main(){for(;gets(a+i++*7););i=!printf("%d",x(a+7));} main.c:1:166: warning: incompatible implicit declaration of built-in func
ソースコード
i;char a[49];x(char*a){int b[6]={},f=1,i=49,j=0;char c[42];for(;--i;b[i/7]+=a[i]==111);for(;++i<6;j|=1<<b[i])f+=~j>>b[i]&b[i]>*b;for(;++i<49&&a[i]!=45;);return i-49?memcpy(c,a,42),c[i]='o',c[j=i%7*7+i/7]='x',f=x(c),c[i]+=9,c[j]-=9,j=x(c),f<j?f:j:f;}main(){for(;gets(a+i++*7););i=!printf("%d",x(a+7));}