Job 20305

Owner
Mihai-Alexandru Badila
Problem
Subreddits
Contest
MindCoding 2017 Final 1
Source
1.69KB
Result
Wrong answer

Compiler output

prog.cpp: In function 'int main()':
prog.cpp:59:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int j = 0; j < incr[it->first].size(); j++) {
                      ^
prog.cpp:69:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int q = ct; q < incr[it->first].size(); q++) {
                       ^
prog.cpp:70:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (incr1[incr[it->first][q]].size() < coll) {
                                          ^

Results

Test numberResultTime
1Ok! 0.2512s
2Wrong answer: too few subreddits chosen 0.2689s
Questions?

Sponsors Gold