Problem | competition |
---|---|
User | Vinayak01 |
Submission Time | 2025-02-20 19:32:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp:4:9: error: expected unqualified-id before ‘for’
4 | typedef for(int i = 1;i<=n;i++) Rep(i,n);
| ^~~
competition.cpp:4:23: error: ‘i’ does not name a type
4 | typedef for(int i = 1;i<=n;i++) Rep(i,n);
| ^
competition.cpp:4:28: error: ‘i’ does not name a type
4 | typedef for(int i = 1;i<=n;i++) Rep(i,n);
| ^
competition.cpp: In function ‘int main()’:
competition.cpp:16:6: error: ‘i’ was not declared in this scope
16 | Rep(i,n){
| ^
competition.cpp:16:2: error: ‘Rep’ was not declared in this scope
16 | Rep(i,n){
| ^~~