Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
91558 | 颜学俊逸 | 02买铅笔 | C++ | Wrong Answer | 0 MS | 272 KB | 321 | 2024-09-22 09:48:30 |
#include<iostream> using namespace std; int main(){ /**long long w,d; cin>>w>>d; cout<<w+d; long long a,b; cin>>a>>b; cout<<(a*10+b)*(a*10+b); int a,b; cin>>a>>b; cout<<a*b; **/ float a,b; cin>>a>>b; cout<<a+b; return 0; }
------Input------
11 93 0 71
------Answer-----
0
------Your output-----
104