Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89254 | 徐文杰 | 05字符的变化 | C++ | Wrong Answer | 0 MS | 272 KB | 118 | 2024-08-23 14:08:56 |
#include<iostream> using namespace std; int main(){ int a; cin>>a; a=(a+10-30)*20/5; cout<<a; }
------Input------
X
------Answer-----
272
------Your output-----
-80