这不对吗?

ZongZi 2025-03-12 20:18:19 3

#include using namespace std; int main() { int a,b; cin>>a>>b; cout<<a<<"+"<<b<<"="<<a+b<<endl; cout<<a<<"-"<<b<<"="<<a-b<<endl; cout<<a<<""<<b<<"="<<ab<<endl; cout<<a<<"/"<<b<<"="<<a/b<<"......"<<a%b<<endl; }

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

共 1 条回复

root 站长

6/3=2...0 你的代码多了三个点