| Problem | parallelogramisation2 |
|---|---|
| User | pseudocoder101 |
| Submission Time | 2025-06-17 10:13:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation2.cpp: In function βint main()β:
parallelogramisation2.cpp:18:47: error: expected primary-expression before β>β token
18 | if ((a[i] * b[j]) - (b[i] * a[j]))>maxa){
| ^