| Problem | lol |
|---|---|
| User | Ultraman425 |
| Submission Time | 2026-02-19 17:07:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lol.cpp: In function ‘int main()’:
lol.cpp:18:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if (str[i] == "L") {
| ^~~
lol.cpp:19:23: error: expected ‘;’ before ‘countL’
19 | countLOL += countLO
| ^
| ;
20 | countL += 1;
| ~~~~~~