Problem badcontest
User ilikeeggs
Submission Time 2026-01-04 01:40:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

badcontest.cpp: In function ‘int32_t main()’:
badcontest.cpp:20:12: error: invalid use of member function ‘std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = long long int; _Alloc = std::allocator<long long int>; std::vector<_Tp, _Alloc>::size_type = long unsigned int]’ (did you forget the ‘()’ ?)
20 | if((int)b.size == 1){
| ~~^~~~
| ()