| Problem | summarising2025 |
|---|---|
| User | Usu |
| Submission Time | 2026-02-14 20:23:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
summarising2025.cpp:21:7: error: macro "REP" requires 2 arguments, but only 1 given
21 | REP(T){
| ^
summarising2025.cpp:4: note: macro "REP" defined here
4 | #define REP(x,i) for(int i=0;(i)<(x);(i)++)
|
summarising2025.cpp: In function ‘int main()’:
summarising2025.cpp:21:2: error: ‘REP’ was not declared in this scope
21 | REP(T){
| ^~~