답안 #940796

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
940796 2024-03-07T16:03:56 Z vjudge1 Foehn Phenomena (JOI17_foehn_phenomena) C++17
0 / 100
0 ms 348 KB
#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;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -