Submission #680269

#TimeUsernameProblemLanguageResultExecution timeMemory
680269vjudge1Hotspot (NOI17_hotspot)C++17
0 / 100
0 ms212 KiB
// Everything will be just tickety-boo! #include<bits/stdc++.h> using namespace std; typedef long long ll; #define forr(_a, _b, _c) for(_a = (_b); _a <= (_c); ++_a) #define ford(_a, _b, _c) for(_a = (_b) + 1; _a --> (_c);) #define forf(_a, _b, _c) for(_a = (_b); _a < (_c); ++_a) #define mp make_pair #define fi first #define se second #define vi vector #define sz(_v) _v.begin(), _v.end() #define mask(_x) (1ll << (_x)) #define bit(_x,_y) (((_x) >> (_y)) & 1) const int N = 2e5 + 5; int n, i, a[N]; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); #ifdef umf freopen("test.inp","r",stdin); freopen("test.out","w",stdout); #endif cout << 0; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...