| Problem | firstabc |
|---|---|
| User | Lover4u1YgC |
| Submission Time | 2026-05-18 13:08:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
firstabc.cpp: In function ‘int main()’:
firstabc.cpp:9:19: error: ‘n’ was not declared in this scope
9 | for (int i=1; i<=n; i++
| ^
firstabc.cpp:9:25: error: expected ‘)’ before ‘{’ token
9 | for (int i=1; i<=n; i++
| ~ ^
| )
10 | {
| ~
firstabc.cpp:13:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
13 | if (c=="a")
| ^~~
firstabc.cpp:17:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
17 | if (c=="b")
| ^~~
firstabc.cpp:21:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
21 | if (c=="c")
| ^~~
firstabc.cpp:31:15: error: expected identifier before ‘==’ token
31 | if (and==1)
| ^~