# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
950444 | pcc | Costinland (info1cup19_costinland) | C++17 | 1 ms | 348 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define pll pair<ll,ll>
#define pii pair<int,int>
#define fs first
#define sc second
#define tlll tuple<ll,ll,ll>
int mxn = 62;
ll B = 60;
ll tar;
int main(){
ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
cin>>tar;
if(tar<=19){
mxn = 6;
B = 5;
}
string arr[mxn];
for(int i = 0;i<mxn;i++){
arr[i] = string(mxn,'d');
}
for(int i = 0;i<B;i++){
arr[i+1][i] = 'X';
}
for(int i = 0;i<B;i++){
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |