QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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;
}
詳細信息
answer.code:3:1: error: ‘LL’ does not name a type 3 | LL arr[20][4474747]; | ^~