Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104407 徐梓涵 02买礼物 C++ Accepted 0 MS 256 KB 125 2025-01-04 20:34:48

Tests(1/1):


Code:

#include<bits/stdc++.h> using namespace std; int a,b; int main(){ a=220; b=1000; cout<<b-a*4; return 0; }