为啥呀,我刚学,不太会。
查看原帖
为啥呀,我刚学,不太会。
1485370
zhahaolin楼主2024/9/27 21:42

求题解!!! :

#include<iostream>
using namespace std;
int main(void)
{
	int x,y;
	cin>>x>>y;
	cout>>x+y*2;
	return 0;
}
2024/9/27 21:42
加载中...