| Problem | reinforcement |
|---|---|
| User | Mimikyu |
| Submission Time | 2025-12-01 16:03:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reinforcement.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
reinforcement.cpp:12:1: note: in expansion of macro ‘int’
12 | int h, w, a, b, r;
| ^~~
reinforcement.cpp: In function ‘int main()’:
reinforcement.cpp:17:7: error: ‘h’ was not declared in this scope
17 | cin>>h>>w>>a>>b>>r;
| ^
reinforcement.cpp:17:10: error: ‘w’ was not declared in this scope
17 | cin>>h>>w>>a>>b>>r;
| ^
reinforcement.cpp:17:13: error: ‘a’ was not declared in this scope
17 | cin>>h>>w>>a>>b>>r;
| ^
reinforcement.cpp:17:16: error: ‘b’ was not declared in this scope
17 | cin>>h>>w>>a>>b>>r;
| ^
reinforcement.cpp:17:19: error: ‘r’ was not declared in this scope
17 | cin>>h>&