Problem | parallelogramisation2 |
---|---|
User | marcos |
Submission Time | 2025-06-17 11:11:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function ‘int main()’:
parallelogramisation2.cpp:17:10: error: ‘temps’ was not declared in this scope
17 | cin >> temps;
| ^~~~~
parallelogramisation2.cpp:18:10: error: ‘temp’ was not declared in this scope
18 | B[i] = temp;
| ^~~~