Run ID:112673

提交时间:2025-03-10 11:39:32

#include <stdio.h> int main(){ int much; much = 1000 - 220 * 4; printf("%d",much); return 0; }