[编程题] 牛牛找工做

#include <iostream> #include <vector> #include <algorithm> using namespace std; struct work{ int hard; int pay; work(int a, int b) :hard(a), pay(b){} }; int main() { int num_work = 0,
相关文章
相关标签/搜索