Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
4535 | 郑元泰 | 02买铅笔 | C++ | Wrong Answer | 0 MS | 256 KB | 100 | 2024-08-21 14:31:52 |
#include<iostream> using namespace std; int main(){ cout<<1000-220*4<<endl; return 0; }
------Input------
24 12 88 38
------Answer-----
3
------Your output-----
120