Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91689 潘梓骞 02买礼物 C++ Accepted 1 MS 268 KB 117 2024-09-22 12:27:26

Tests(1/1):


Code:

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