Problem | parallelogramisation2 |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-17 10:11:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin>>n;
| ^~~
parallelogramisation2.cpp:20:9: error: ‘cout’ was not declared in this scope
20 | cout<<-1;
| ^~~~
parallelogramisation2.cpp:22:9: error: ‘cout’ was not declared in this scope
22 | cout<<maxa;
| ^~~~