Problem nemo
User rm1729
Submission Time 2023-01-31 21:55:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nemo.cpp: In function ‘int main()’:
nemo.cpp:55:28: error: expected primary-expression before ‘{’ token
55 | ques[i] = ({{c,{a,b}}, i});
| ^
nemo.cpp:55:34: error: expected primary-expression before ‘,’ token
55 | ques[i] = ({{c,{a,b}}, i});
| ^
nemo.cpp:55:38: error: no match for ‘operator=’ (operand types are ‘__gnu_cxx::__alloc_traits<std::allocator<std::pair<std::pair<long long int, std::pair<long long int, long long int> >, long long int> >, std::pair<std::pair<long long int, std::pair<long long int, long long int> >, long long int> >::value_type’ {aka ‘std::pair<std::pair<long long int, std::pair<long long int, long long int> >, long long int>’} and ‘void’)
55 | ques[i] = ({{c,{a,b}}, i});
| ^
In file included from /usr/include/