Problem | parallelogramisation2 |
---|---|
User | SA |
Submission Time | 2025-06-17 11:04:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp:5:2: error: expected primary-expression before ‘int’
5 | int N;
| ^~~
parallelogramisation2.cpp:4:3: error: expected ‘]’ before ‘int’
4 | [
| ^
| ]
5 | int N;
| ~~~
parallelogramisation2.cpp:6:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> N;
| ^~~
| sin
parallelogramisation2.cpp:7:14: error: ‘N’ was not declared in this scope
7 | long long A[N];
| ^
parallelogramisation2.cpp:8:14: error: ‘N’ was not declared in this scope
8 | long long B[N];
| ^
parallelogramisation2.cpp:9:2: error: expected unqualified-id before ‘for’
9 | for(int i=0; i<N; i++){
| ^~~
parallelogramisation2.cpp:9:15: error: ‘i’ does not name a type
9 | for(int i=0; i<N; i++){
| ^
parallelogramisation2.cpp:9:20: error: ‘i’ does not name a t