0_0_30507650_26414.cpp: In function 'int main()':
0_0_30507650_26414.cpp:61:9: error: 'map' was not declared in this scope
map<int,int>p;
^
0_0_30507650_26414.cpp:61:13: error: expected primary-expression before 'int'
map<int,int>p;
^
0_0_30507650_26414.cpp:65:13: error: 'p' was not declared in this scope
p[tx]++;
^
0_0_30507650_26414.cpp:70:16: error: 'p' was not declared in this scope
if(p[x]>1)
^
0_0_30507650_26414.cpp:70:18: error: 'x' was not declared in this scope
if(p[x]>1)
^
|