QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#225458 | #7521. Find the Gap | PetroTarnavskyi# | Compile Error | / | / | C++17 | 129b | 2023-10-24 17:47:34 | 2023-10-24 17:47:35 |
Judging History
answer
#include <iostream>
LL arr[20][4474747];
int main()
{
std::ios::sync_with_stdio(0);
std::cin.tie(0);
return 0;
}
Details
answer.code:3:1: error: ‘LL’ does not name a type 3 | LL arr[20][4474747]; | ^~