Problem | party_noi |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-12 12:17:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:6:21: error: expected ‘;’ before ‘vector’
6 | c=floor(n/2-0.0001)
| ^
| ;
7 | vector<long long>A(n);
| ~~~~~~
party_noi.cpp:11:3: error: ‘A’ was not declared in this scope
11 | A[i]=x;
| ^
party_noi.cpp:13:7: error: ‘A’ was not declared in this scope
13 | sort(A.begin(),A.end(),greater<long long>());
| ^