0_0_35461222_26939.cpp: In function 'long long int print_map(long long int)':
0_0_35461222_26939.cpp:30:37: error: 'struct cost' has no member named 'a'
s += it->second.a[i];
^
0_0_35461222_26939.cpp:30:39: error: 'i' was not declared in this scope
s += it->second.a[i];
^
|