- Owner
- Stoica Alexandru Stefan
- Problem
- Compress
- Contest
- MindCoding 2017 Round 2 Bosch (Div. 1)
- Source
- 1.24KB
- Result
- Accepted
Compiler output
prog.cpp: In function 'int transform(char, char)': prog.cpp:23:19: warning: 'p2' may be used uninitialized in this function [-Wmaybe-uninitialized] return p1 * 16 + p2; ^ prog.cpp:23:12: warning: 'p1' may be used uninitialized in this function [-Wmaybe-uninitialized] return p1 * 16 + p2; ^
Results
Test number Result Time 1 Ok 0.4573s 2 Ok 0.5000s 3 Ok 0.5075s 4 Ok 0.5160s 5 Ok 0.5302s 6 Ok 0.5291s 7 Ok 0.5878s 8 Ok 0.2635s