結果

問題 No.43 野球の試合
ユーザー tailstails
提出日時 2020-09-15 12:09:31
言語 cLay
(20240104-1)
結果
RE  
(最新)
AC  
(最初)
実行時間 -
コード長 207 bytes
コンパイル時間 8,308 ms
コンパイル使用メモリ 215,700 KB
実行使用メモリ 4,384 KB
最終ジャッジ日時 2023-09-19 01:13:44
合計ジャッジ時間 9,185 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
testcase_04 RE -
testcase_05 RE -
testcase_06 RE -
testcase_07 RE -
testcase_08 RE -
testcase_09 RE -
testcase_10 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘long long int f(long long int, long long int)’:
main.cpp:699:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^

ソースコード

diff #

#define E(a)s[y][x]&3^a?d[y]+=a,x>y?s[x][y]=a:0,f(y,x+1),d[y]-=a:0
string s[6];int n,d[12],z=9;ll f(ll y,ll x){x-y||++x,x-n||(x=!++y),y-n?E(0),E(3):(coordcomp(n,d,d+n),z<?=d[n]);}{rd(n,s(n));f(0,0);wt(z+1);}
0