Problem deathray
User AustinPi
Submission Time 2024-11-13 10:22:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deathray.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
deathray.cpp: In function ‘int main()’:
deathray.cpp:5:5: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);
| ^~~~~~~~
deathray.cpp:5:38: error: ‘cin’ was not declared in this scope
5 | ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);
| ^~~
deathray.cpp:5:49: error: ‘cout’ was not declared in this scope
5 | ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);
| ^~~~
deathray.cpp:8:5: error: ‘multiset’ was not declared in this scope
8 | multiset<ll> ms;
| ^~~~~~~~
deathray.cpp:8:16: error: expected primary-expression before ‘>’ token
8 | multiset<ll> ms;
| ^
deathray.cpp: