问题标题: 酷町堂:酷丁编程:7653横式竖式运算式子

1
0
已解决
孟止弋
孟止弋
高级守护
高级守护

题目链接: 酷町堂:7653

#include<iostream>

using namespace std;

int main(){

int a,b;

cin>>a>>b;

cout<<a<<"+"<<b<<"="<<a+b<<"\n";

cout<<" "<<a<<"\n"<<'+'<<" "<<b<<"\n";

cout<<"-------"<<"\n";

cout<<" "<<a+b;

return 0;

}

请问这道题怎么写?


0
已采纳
刘小川
刘小川
中级天翼
中级天翼

这个题目有错  坏的   问过老师了(刘老师)

0
0
我要回答