Problem pythonlist
User Arachnique
Submission Time 2025-06-18 09:22:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:17:21: 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 ‘()’ ?)
17 | if (vec.size != 0) {
| ~~~~^~~~
| ()
pythonlist.cpp:21:33: error: expected ‘;’ before ‘}’ token
21 | cout << "Empthy"
| ^
| ;
22 | }
| ~