Submission #940796

#TimeUsernameProblemLanguageResultExecution timeMemory
940796vjudge1Foehn Phenomena (JOI17_foehn_phenomena)C++17
0 / 100
0 ms348 KiB
#include <bits/stdc++.h> #define int long long #define pb push_back #define all(x) (x).begin(),(x).end() #define rall(x) (x).rbegin(),(x).rend() #define tam(x) (int)(x).size() #define endl "\n" #define sd second #define fs first #define maxs(x,y) (x = max(x,y)) #define mins(x,y) (x = min(x,y)) #define optmizar_io ios_base::sync_with_stdio(0); cin.tie(0); #define Setpre(n) cout<<fixed<<setprecision(n) #define dbg(x) for(auto y: x) cout<<y<<' '; cout<<endl; #define dbg1(x) for(auto y: x) cout<<y.first<<' '<<y.second<<endl; #define dbg2(v) for(auto x:v) cout<<x.a<<' '<<x.b<<' '<<x.c<<endl; #define LSB(S) ((S) & -(S)) const int MAX = 1e6+10; const int INF = 1e17; const int Mod = 1e9+7; const int zero = 0; const double eps = 1e-6; const double PI=acos(-1.0); const int mox[8] ={-1,1,0,0,-1,-1,1,1}; const int moy[8] ={0,0,-1,1,-1,1,-1,1}; using namespace std; typedef vector<int> vi; typedef vector<vi> vvi; typedef pair<int,int> pi; typedef vector<bool> vbol; using namespace std; int32_t main() { return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...