Problem eeniemeenie
User blob
Submission Time 2023-11-24 11:37:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeniemeenie.cpp: In function ‘int main()’:
eeniemeenie.cpp:12:2: error: expected ‘,’ or ‘;’ before ‘for’
12 | for (int j=0; j<= k; j++){
| ^~~
eeniemeenie.cpp:12:16: error: ‘j’ was not declared in this scope
12 | for (int j=0; j<= k; j++){
| ^
eeniemeenie.cpp:12:20: error: ‘k’ was not declared in this scope
12 | for (int j=0; j<= k; j++){
| ^
eeniemeenie.cpp:21:8: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘std::_Rb_tree_iterator<std::pair<const std::__cxx11::basic_string<char>, int> >’)
21 | cout << it;
| ~~~~ ^~ ~~
| | |
| | std::_Rb_tree_iterator<std::pair<const std::__cxx11::basic_string<char>, int> >
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/istream: