| Problem | brick |
|---|---|
| User | Red123 |
| Submission Time | 2026-03-05 21:22:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp:5:8: error: cannot declare ‘::main’ to be a global variable
5 | signed main{
| ^~~~
brick.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
brick.cpp:6:2: note: in expansion of macro ‘int’
6 | int n;
| ^~~
brick.cpp:2:13: error: expected ‘}’ before ‘long’
2 | #define int long long
| ^~~~
brick.cpp:6:2: note: in expansion of macro ‘int’
6 | int n;
| ^~~
brick.cpp:5:12: note: to match this ‘{’
5 | signed main{
| ^
brick.cpp:7:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
7 | cin >> n;
| ^~~
| sin
brick.cpp:9:2: error: expected unqualified-id before ‘for’
9 | for(int i = 0; i < n; i++){
| ^~~
brick.cpp:9:17: error: ‘i’ does not name a type
9 | for(int i = 0; i < n; i++){
|