# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
740753 | fastbee23 | Exam (eJOI20_exam) | C++17 | 1 ms | 340 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
/*
> 221
*/
#include <bits/stdc++.h>
using namespace std;
#define drop(x) cout<<x<<endl;return;
#define debug(arr,a,b) for(auto v:arr){cout<<v<<a;}cout<<b;
#define debugc(arr,a,b) for(auto v:arr){cerr<<v<<a;}cerr<<b;
#define print(arr) for(auto v:arr){cout<<v<<" ";}cout<<"\n";
#define all(arr) (arr).begin(),(arr).end()
#define sz(s) (s).size()
#define vi vector<int>
#define endl "\n"
#define pb push_back
#define ins insert
#define mp make_pair
#define int long long int
#define str string
const int mod = 1e9 + 7;
const int inf = LLONG_MAX;
const int dx[4]={1,0,-1,0};
const int dy[4]={0,1,0,-1};
namespace HHO{
void in(vector<int> &arr){
for(auto &v:arr){
cin>>v;
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |