Problem meltylandnightmare
User shoryu386
Submission Time 2024-06-15 02:20:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from meltylandnightmare.cpp:1:
meltylandnightmare.cpp: In function ‘int main()’:
meltylandnightmare.cpp:52:15: error: ‘i’ was not declared in this scope
52 | assert(mat[i][j] <= LLONG_MAX/50);
| ^
meltylandnightmare.cpp:52:18: error: ‘j’ was not declared in this scope
52 | assert(mat[i][j] <= LLONG_MAX/50);
| ^