結果

問題 No.43 野球の試合
ユーザー tailstails
提出日時 2020-09-15 11:11:53
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 203 bytes
コンパイル時間 6,230 ms
コンパイル使用メモリ 218,588 KB
実行使用メモリ 14,060 KB
最終ジャッジ日時 2024-07-05 14:06:12
合計ジャッジ時間 19,315 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#define E(a)s[y][x]&3^a?d[y]+=s[x][y]=a,f(y,x+1),d[y]-=a:0
string s[6];int n,x,y,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