# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
789414 | Joibangla | Cyberland (APIO23_cyberland) | C++17 | 0 ms | 0 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<cyberland.h>
#include<bits/stdc++.h>
#include<algorithm>
using namespace std;
int main(){
int n;
int i;
if(n/i){
cout<<"i"<<"\n";
}
else{
cout<<"-1"<<"\n";
}
}