Problem mosaic2
User yhmixeI
Submission Time 2025-02-17 14:29:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mosaic2.cpp: In function ‘int main()’:
mosaic2.cpp:3:13: error: expected initializer before ‘long’
3 | #define int long long
| ^~~~
mosaic2.cpp:13:1: note: in expansion of macro ‘int’
13 | int n;cin>>n;
| ^~~
mosaic2.cpp:13:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
13 | int n;cin>>n;
| ^
| yn