Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
129473 刘明睿 02买礼物 C++ Accepted 0 MS 260 KB 146 2025-08-25 20:32:38

Tests(1/1):


Code:

#include<iostream> // cin\cout\endl using namespace std; int main(){ int x=1000,y=4,k=220; cout<<x-y*k; return 0; }