Run ID:142946
提交时间:2026-01-11 17:19:41
#include <iostream> using namespace std; int main() { int total = 1000; int cost = 220 * 4; cout << total - cost << endl; return 0; }