- Owner
- Yury Pisarchyk
- Problem
- nMultiple
- Contest
- MindCoding 2016 Final 1
- Source
- 0.67KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:27:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i=0; i<r.size(); i++) printf("%d%c",r[i]+1,(i+1==r.size())?'\n':' '); ^ prog.cpp:27:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i=0; i<r.size(); i++) printf("%d%c",r[i]+1,(i+1==r.size())?'\n':' '); ^
Results
Test number Result Time 1 Wrong answer 0.2629s