Problem | typo |
---|---|
User | Duk168 |
Submission Time | 2024-02-07 11:12:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:33:21: error: expected ‘;’ at end of input
33 | cout << "No"
| ~~~~^
| ;
typo.cpp:33:17: error: expected ‘}’ at end of input
33 | cout << "No"
| ^~~~
typo.cpp:26:12: note: to match this ‘{’
26 | int main() {
| ^