QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#790872 | #1086. Bank Security Unification | ZhangYiDe | Compile Error | / | / | C++17 | 2.7kb | 2024-11-28 15:49:19 | 2024-11-28 15:49:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:3: warning: "ONLINE_JUDGE" redefined 3 | #define ONLINE_JUDGE | <command-line>: note: this is the location of the previous definition answer.code:5:21: warning: left shift count >= width of type [-Wshift-count-overflow] 5 | const int MAXN = (1 << 50) + 10; | ~~^~~~~ answer.code:7:6: error: size of array ‘a’ is not an integral constant-expression 7 | ll a[MAXN]; | ^~~~ answer.code:9:6: error: size of array ‘f’ is not an integral constant-expression 9 | ll f[MAXN]; | ^~~~