Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20201015 (experimental)

Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++2a
prog.cc: In function 'int reviews(std::vector<std::pair<int, int> >&, int)':
prog.cc:13:49: warning: unused parameter 't' [-Wunused-parameter]
   13 | int reviews(vector<pair<int,int>>& ratings, int t) {
      |                                             ~~~~^
0
Exit Code:
0