QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Submission ID | Problem | Hacker | Owner | Result | Submit time | Judge time |
---|---|---|---|---|---|---|---|
#1076 | #682993 | #9527. A Brand New Geometric Problem | ucup-team253 | ucup-team253 | Failed. | 2024-10-27 18:39:10 | 2024-10-27 18:39:11 |
Details
Extra Test:
Invalid Input
input:
#pragma GCC optimize("O3") #include <bits/stdc++.h> // #include <ext/pb_ds/assoc_container.hpp> // using namespace __gnu_pbds; // gp_hash_table<int, int> mapka; using namespace std; #define PB push_back #define MP make_pair #define LL long long #define int LL #define FOR(i,a,b) for(int i = (a); i <...
output:
result:
FAIL Expected integer, but "#pragma" found (stdin, line 1)
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#682993 | #9527. A Brand New Geometric Problem | ucup-team253 | TL | 693ms | 15624kb | C++20 | 2.9kb | 2024-10-27 18:19:14 | 2024-11-06 13:19:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.