咋办 站长帮一下

zkx 2024-10-06 11:24:16 2024-10-06 11:24:44 13

#include

using namespace std;

int main() { int x; int y; cin >> x >> y;

cout << x * y;
cout << endl;
cout << (x + y) * 2;
return 0;

}

{{ vote && vote.total.up }}

共 2 条回复

zkx

谢谢站长

root 站长

中间以一个空格隔开, 你用了 endl 隔开的