| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 157664 | 江佳航 | 02买礼物 | C++ | Accepted | 0 MS | 264 KB | 339 | 2026-08-14 19:47:42 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main() { int l,q,m; l=4; q=1000; m=220; cout<<q-l*m; return 0; }