結果

問題 No.83 最大マッチング
ユーザー ooaiu
提出日時 2025-09-01 16:38:35
言語 cLay
(20241019-1)
結果
AC  
実行時間 2 ms / 5,000 ms
コード長 65 bytes
コンパイル時間 2,419 ms
コンパイル使用メモリ 185,580 KB
実行使用メモリ 7,716 KB
最終ジャッジ日時 2025-09-01 16:38:39
合計ジャッジ時間 3,543 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 10
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N;string ans="";if(N&1)ans+='7',N-=3;rep(N/2)ans+='1';wt(ans);
0