結果
| 問題 | No.43 野球の試合 | 
| コンテスト | |
| ユーザー |  tails | 
| 提出日時 | 2020-09-15 12:09:31 | 
| 言語 | cLay (20241019-1) | 
| 結果 | 
                                TLE
                                 
                            (最新) 
                                AC
                                 
                            (最初) | 
| 実行時間 | - | 
| コード長 | 207 bytes | 
| コンパイル時間 | 5,904 ms | 
| コンパイル使用メモリ | 218,708 KB | 
| 実行使用メモリ | 16,832 KB | 
| 最終ジャッジ日時 | 2024-07-05 14:06:43 | 
| 合計ジャッジ時間 | 18,378 ms | 
| ジャッジサーバーID (参考情報) | judge3 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | TLE * 1 -- * 3 | 
| other | -- * 7 | 
コンパイルメッセージ
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]
  699 | }
      | ^
            
            ソースコード
#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);}
            
            
            
        