Accepted
In file included from /in/driver/driver.cpp:1:0: /in/ex2.h: In function 'int frequency(User, std::__cxx11::string)': /in/ex2.h:63:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((x=title.find(word,i))!=string::npos) ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ /in/ex2.h:68:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((x=content.find(word,i))!=string::npos) ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
Information
- Submit By
- Type
- Submission
- Homework
- Exercise 2
- Language
- C++
- Submit At
- 2022-09-30 11:32:18
- Judged At
- 2022-10-03 16:16:03
- Judged By
- Score
- 300
- Total Time
- 40ms
- Peak Memory
- 460.0 KiB