- Owner
- Lucut Radu Ioan
- Problem
- kSpecialists
- Source
- 1.71KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:60:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<l[s].size(); i++) ^ prog.cpp:77:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i<ser.size(); i++ ) ^
Results
Test number Result Time 1 Ok 0.0637s 2 Wrong answer 0.0649s