Problem photo
User John
Submission Time 2025-03-13 10:40:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photo.cpp: In function ‘int main()’:
photo.cpp:16:2: error: ‘pq’ was not declared in this scope
16 | pq<int> pq;
| ^~
photo.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
photo.cpp:16:5: note: in expansion of macro ‘int’
16 | pq<int> pq;
| ^~~