0_0_30175400_23582.cpp: In function 'int main()':
0_0_30175400_23582.cpp:17:25: error: 'j' was not declared in this scope
cin >> x >> j;
^
0_0_30175400_23582.cpp:18:17: error: 'map' was not declared in this scope
k = map[x];
^
0_0_30175400_23582.cpp:24:13: error: 'k' was not declared in this scope
cout << k << endl;
^
|