- Owner
- Manghiuc Teodor Florin
- Problem
- nMultiple
- Contest
- MindCoding 2016 Final 1
- Source
- 1.70KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:56:56: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized] if(v[i] == rest[b].first && rest[b].second != 0){ ^ prog.cpp:52:56: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized] if(v[i] == rest[a].first && rest[a].second != 0){ ^
Results
Test number Result Time 1 OK 0.2684s 2 OK 0.2709s 3 OK 1.8837s 4 OK 0.2654s 5 OK 0.2603s 6 OK 0.3080s 7 OK 0.2638s 8 OK 0.2609s 9 OK 0.3483s 10 OK 0.2645s 11 OK 1.8669s 12 Wrong answer 2.2995s