- 历届试题 核桃的数量
计算表达式的值
- 2023-7-28 15:15:11 @
#include <bits/stdc++.h>
using namespace std;
int main()
{
int x=2,y=3;
cin>>x>>y;
int a;
a=3*x+2*y;
cout<<a;
return 0;
}
0 comments
No comments so far...
Information
- ID
- 640
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 7
- Tags
- # Submissions
- 33
- Accepted
- 10
- Uploaded By