Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104389 谭景年 02买礼物 C++ Accepted 0 MS 264 KB 151 2025-01-04 20:31:29

Tests(1/1):


Code:

#include<iostream> //#include<> -> 导入 iostream=> 输入 输出 using namespace std; int main(){ cout<<1000-4*220; return 0; }