Problem nostatement
User haydendoo
Submission Time 2023-01-03 08:01:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘ll B(ll, ll)’:
nostatement.cpp:17:2: error: ‘unordered_set’ was not declared in this scope
17 | unordered_set<ll> abcdefghijk1mnopqrstuvwxyz;
| ^~~~~~~~~~~~~
nostatement.cpp:7:1: note: ‘std::unordered_set’ is defined in header ‘<unordered_set>’; did you forget to ‘#include <unordered_set>’?
6 | #include <cstdlib>
+++ |+#include <unordered_set>
7 | using namespace std;
nostatement.cpp:17:18: error: expected primary-expression before ‘>’ token
17 | unordered_set<ll> abcdefghijk1mnopqrstuvwxyz;
| ^
nostatement.cpp:17:20: error: ‘abcdefghijk1mnopqrstuvwxyz’ was not declared in this scope
17 | unordered_set<ll> abcdefghijk1mnopqrstuvwxyz;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
nostatement.cpp:25:12: error: ‘LLONG_MIN’ was not declared in this scope
25 | int ans = LLONG_MIN;
| ^~~~~~~