[編程題] 牛牛找工做

#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,
相關文章
相關標籤/搜索