未知题型

输入两个整型数据x和y,求x、y之和、差、积、x除以y的商和余数

【参考答案】

#include void main() { int x,y; scanf("%d%d", ﹠x,﹠......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)