| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 122200 | 唐俊逸 | 02买礼物 | C++ | Wrong Answer | 0 MS | 264 KB | 309 | 2025-06-14 18:18:40 |
#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 a=220,b=1000; cout<<b-a*2; return 0; }
------Input------
0
------Answer-----
120
------Your output-----
560