#include <iostream>
#include <vector>
#include <algorithm>
#include <climits>
#include <cstring>
using namespace std;
const int MAX = 1005;
const int INF = 1e9;
int denominations[6] = {100, 50, 20, 10, 5, 1};
int main() {
int x1, x2, x3;
cin >> x1 >> x2 >> x3;
}
有四个测试点是错的,谁要拿走就改一改吧