Problem | parallelogramisation2 |
---|---|
User | waffles |
Submission Time | 2025-06-17 11:03:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> N >> i >> j;
| ^~~
parallelogramisation2.cpp:8:13: error: ‘cout’ was not declared in this scope
8 | cout << -1;
| ^~~~
parallelogramisation2.cpp:11:13: error: ‘cout’ was not declared in this scope
11 | cout << i * j - j * i;
| ^~~~