Problem | gota |
---|---|
User | Pradhyun |
Submission Time | 2025-06-18 10:45:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gota.cpp: In function ‘int main()’:
gota.cpp:17:4: error: expected ‘(’ before ‘found’
17 | if found{
| ^~~~~
| (
gota.cpp:19:4: error: ‘else’ without a previous ‘if’
19 | }{ else {
| ^~~~
gota.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
gota.cpp:7:14: note: to match this ‘{’
7 | signed main(){
| ^