Problem panslate
User andikawahyudi
Submission Time 2026-06-22 17:00:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

panslate.cpp: In function ‘long long int convertbase(const string&, long long int)’:
panslate.cpp:19:16: error: ‘charToInt’ was not declared in this scope
19 | val += charToInt(X[i]) * multiplier;
| ^~~~~~~~~
panslate.cpp: In function ‘std::string convertdec(long long int, long long int)’:
panslate.cpp:29:16: error: ‘intToChar’ was not declared in this scope
29 | res += intToChar(val % B);
| ^~~~~~~~~