Problem | pythonlist |
---|---|
User | Roucy |
Submission Time | 2025-06-18 10:16:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp:9:26: error: stray ‘\342’ in program
9 | std::deque<int>::size(0)’
| ^
pythonlist.cpp:9:27: error: stray ‘\200’ in program
9 | std::deque<int>::size(0)’
| ^
pythonlist.cpp:9:28: error: stray ‘\231’ in program
9 | std::deque<int>::size(0)’
| ^
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:9:25: error: no matching function for call to ‘std::deque<int>::size(int)’
9 | std::deque<int>::size(0)’
| ^
In file included from /usr/include/c++/9/deque:67,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:68,
from pythonlist.cpp:1:
/usr/include/c++/9/bits/stl_deque.h:1298:7: note: candidate: ‘std::deque<_Tp, _Alloc>::size_type std::deque<_Tp, _Alloc>::size() const [with _Tp = int; _Alloc = std::allocat