| Problem | helloworld |
|---|---|
| User | gOrDoN |
| Submission Time | 2026-03-11 17:30:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:16:2: error: expected ‘,’ or ‘;’ before ‘f’
16 | f = e*x*(y/z)
| ^
helloworld.cpp:22:14: error: expected ‘;’ before ‘}’ token
22 | cout<< "67"
| ^
| ;
23 | }
| ~
helloworld.cpp:25:11: error: ‘f’ was not declared in this scope
25 | a = e * f;
| ^