Problem drama
User Bensamuel2008
Submission Time 2025-06-19 16:40:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

drama.cpp:14:21: error: missing terminating " character
14 | cout << count << "n\"
| ^~~~
drama.cpp: In function ‘int main()’:
drama.cpp:6:3: error: expected primary-expression before ‘<’ token
6 | <vector>long long a[n];
| ^
drama.cpp:6:10: error: missing template arguments before ‘>’ token
6 | <vector>long long a[n];
| ^
drama.cpp:6:11: error: expected primary-expression before ‘long’
6 | <vector>long long a[n];
| ^~~~
drama.cpp:8:11: error: ‘a’ was not declared in this scope
8 | cin >> a[i];
| ^
drama.cpp:10:7: error: ‘a’ was not declared in this scope
10 | sort(a.begin(), a.end());
| ^
drama.cpp:15:3: error: expected primary-expression before ‘}’ token
15 | }
| ^