# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
113422 | CaQtiml | Prosjecni (COCI16_prosjecni) | C++14 | 2 ms | 384 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;
int main()
{
// int n;
// cin >> n;
// int op=1;
// if(n==1)
// {
// cout << "1";
// exit(0);
// }
// if(n==2)
// {
cout << "-1";
// exit(0);
// }
// for(int i=1;i<=n;i++)
// {
// for(int j=1;j<=n;j++)
// {
// cout << op << " ";
// op++;
// }
// cout << "\n";
// }
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |