0_0_24211947_20591.cpp:14:1: error: 'unorderd_map' does not name a type
unorderd_map <int,long long> mulsum;
^
0_0_24211947_20591.cpp: In function 'void mainwork()':
0_0_24211947_20591.cpp:49:2: error: 'mulsum' was not declared in this scope
mulsum.clear();mulsum[0]=1;
^
|