Submission #597133

#TimeUsernameProblemLanguageResultExecution timeMemory
597133definitelynotmeePeru (RMI20_peru)C++17
0 / 100
0 ms212 KiB
#include "peru.h" #include<bits/stdc++.h> #define ff first #define ss second #define all(x) x.begin(), x.end() using namespace std; using ll = long long; using pii = pair<int,int>; using pll = pair<ll,ll>; template<typename T> using matrix = vector<vector<T>>; const ll INFL = 1ll<<60; const int MOD = 1e9+7; int solve(int n, int k, int* v){ exit(n); return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...