Submission #1187532

#TimeUsernameProblemLanguageResultExecution timeMemory
1187532mattsoh새 집 (APIO18_new_home)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; const ll maxn = 3e5 + 10; ll stx[maxn][maxn]; int main() { }

Compilation message (stderr)

new_home.cpp:4:7: error: 'll' does not name a type
    4 | const ll maxn = 3e5 + 10;
      |       ^~
new_home.cpp:5:1: error: 'll' does not name a type
    5 | ll stx[maxn][maxn];
      | ^~