竞赛
考级
以上是手算出来的
张鑫昌
CEGO.txy
༺ཌༀ☯星河·月寂☯ༀད༻
枫岚
Ender☠Dragon~~互关
#include<iostream> using namespace std; int main(){ cout<<4396+2200<<endl; cout<<4396-2200<<endl; cout<<4396*2200<<endl; cout<<4396/2200<<endl; cout<<4396%2200; return 0; }
是哀不是衰
programmerGYM
#include <iostream> using namespace std; int main() { int a = 4396,b = 2200; cin>>a>>b; cout<<a+b <<endl; cout<<a-b <<endl; cout<<a*b <<endl; cout<<a/b <<endl; cout<<a%b; return 0; }
🐖姜♥✖😡栗のZHN官方正版
无敌的鳖佬仔给老爷爷猜猜被
#include <iostream> using namespace std; int main() { int h; int g; h=4396; g=2200; cout<<h+g<<endl; cout<<h-g<<endl; cout<<h*g<<endl; cout<<h/g<<endl; cout<<h%g; return 0; }
༺ཌༀ薛博文ༀད༻
#include<iostream> using namespace std; int main() { int a=4396; int b=2200; cout<<a+b<<endl; cout<<a-b<<endl; cout<<a*b<<endl; cout<<a/b<<endl; cout<<a%b<<endl; return 0; }
T0
LOVEKlee1314
王子豪
共54条