Problem | parallelogramisation2 |
---|---|
User | Euang |
Submission Time | 2025-06-17 22:19:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp:26:11: error: stray ‘\342’ in program
26 | cout << “-1”;
| ^
parallelogramisation2.cpp:26:12: error: stray ‘\200’ in program
26 | cout << “-1”;
| ^
parallelogramisation2.cpp:26:13: error: stray ‘\234’ in program
26 | cout << “-1”;
| ^
parallelogramisation2.cpp:26:16: error: stray ‘\342’ in program
26 | cout << “-1”;
| ^
parallelogramisation2.cpp:26:17: error: stray ‘\200’ in program
26 | cout << “-1”;
| ^
parallelogramisation2.cpp:26:18: error: stray ‘\235’ in program
26 | cout << “-1”;
| ^
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for(int i = 0; i < n; i++){
| ^~~
parallelogramisation2.cpp:8:17: error: ‘i’ was not d