Problem matheletes
User bestatchinesechess
Submission Time 2025-02-19 23:55:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

matheletes.cpp: In function ‘int main()’:
matheletes.cpp:18:15: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Tp, class _Alloc> class std::vector’
18 | vector <tuple>
| ^
matheletes.cpp:18:15: note: expected a type, got ‘tuple’
matheletes.cpp:18:15: error: template argument 2 is invalid
matheletes.cpp:20:2: error: expected unqualified-id before ‘return’
20 | return 0;
| ^~~~~~