无语死了,这程序没问题啊。

ZQR2013 2023-09-16 18:58:26 41

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

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