Problem | goodprogrammer |
---|---|
User | ZacharyTan2010 |
Submission Time | 2024-02-21 17:01:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp:4:12: error: ‘n’ was not declared in this scope
4 | int wabbit(n){ for(int wabbit=0;wabbit<n;wabbit++){cout<<"wabbit";}}
| ^
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:6:13: error: ‘wabbit’ cannot be used as a function
6 | wabbit(9999);
| ^