Problem | parallelogramisation2 |
---|---|
User | Feiyang |
Submission Time | 2025-06-17 09:44:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:5:13: error: expected ‘;’ before ‘}’ token
5 | cout << "-1"
| ^
| ;
6 | }
| ~