็ตๆ
ๅ้ก | No.8077 ๐ง |
ใฆใผใถใผ |
![]() |
ๆๅบๆฅๆ | 2021-04-01 21:33:33 |
่จ่ช | C++14 (gcc 13.3.0 + boost 1.87.0) |
็ตๆ |
WA
|
ๅฎ่กๆ้ | - |
ใณใผใ้ท | 449 bytes |
ใณใณใใคใซๆ้ | 3,843 ms |
ใณใณใใคใซไฝฟ็จใกใขใช | 229,900 KB |
ๅฎ่กไฝฟ็จใกใขใช | 6,824 KB |
ๆ็ตใธใฃใใธๆฅๆ | 2024-12-21 05:52:22 |
ๅ่จใธใฃใใธๆ้ | 4,440 ms |
ใธใฃใใธใตใผใใผID ๏ผๅ่ๆ ๅ ฑ๏ผ |
judge4 / judge2 |
๏ผ่ฆใญใฐใคใณ๏ผ
ใใกใคใซใใฟใผใณ | ็ตๆ |
---|---|
sample | WA * 3 |
other | WA * 10 |
ใฝใผในใณใผใ
#include <bits/stdc++.h>#include <atcoder/all>using namespace std;using namespace atcoder;#define REP(i,a,n) for(int i=(a); i<(int)(n); i++)#define rep(i,n) REP(i,0,n)#define FOR(it,c) for(__typeof((c).begin()) it=(c).begin(); it!=(c).end(); ++it)#define ALLOF(c) (c).begin(), (c).end()typedef long long ll;typedef unsigned long long ull;//using mint = modint1000000007;//using mint = modint998244353;int main(){return 0;}