- Owner
- Yury Pisarchyk
- Problem
- nMultiple
- Contest
- MindCoding 2016 Final 1
- Source
- 0.66KB
- 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],(i+1==r.size())?'\n':' '); ^ prog.cpp:27:53: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i=0; i<r.size(); i++) printf("%d%c",r[i],(i+1==r.size())?'\n':' '); ^
Results
Test number Result Time 1 Wrong answer 0.2554s