Problem | parallelogramisation2 |
---|---|
User | Username101 |
Submission Time | 2025-06-17 09:54:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:17:7: error: expected ‘;’ before ‘y’
17 | b=e
| ^
| ;
18 | y=i;
| ~
parallelogramisation2.cpp:34:11: error: expected ‘;’ before ‘}’ token
34 | cout << g
| ^
| ;
35 | }
| ~
parallelogramisation2.cpp:35:1: error: expected ‘}’ at end of input
35 | }
| ^
parallelogramisation2.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^