| Problem | card |
|---|---|
| User | themadpotato |
| Submission Time | 2023-02-24 15:38:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:9:21: error: expected ‘)’ before numeric constant
9 | for(int i=1;i<m;i++0){
| ~ ^
| )
card.cpp:9:22: error: expected ‘;’ before ‘)’ token
9 | for(int i=1;i<m;i++0){
| ^
| ;