Problem eatingparallelograms
User WangZhenxuan
Submission Time 2025-06-20 16:25:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatingparallelograms.cpp:2:5: error: ‘cin’ does not name a type
2 | cin >> total >> size;
| ^~~
eatingparallelograms.cpp:4:5: error: ‘vector’ does not name a type
4 | vector<long long> c[total];
| ^~~~~~
eatingparallelograms.cpp:5:5: error: ‘multiset’ does not name a type
5 | multiset<long,greater <long>> active;
| ^~~~~~~~
eatingparallelograms.cpp:6:5: error: expected unqualified-id before ‘for’
6 | for (long i=0; i < total; i++){
| ^~~
eatingparallelograms.cpp:6:20: error: ‘i’ does not name a type
6 | for (long i=0; i < total; i++){
| ^
eatingparallelograms.cpp:6:31: error: ‘i’ does not name a type
6 | for (long i=0; i < total; i++){
| ^
eatingparallelograms.cpp:10:9: error: expected unqualified-id before ‘for’
10 | for (long i=0; i