#include <bits/stdc++.h> using namespace std; int main(){ int a,b; string c;
cin >> a >> b >> c; if(c == "+"){ cout << a+b; }else if(c == "-"){ cout << a-b;
}else if(c == "*"){ cout << a*b; }else if(...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《C++打字练习》 | 322字 | 1.8分钟 | 100% | 176 CPM | 17 次 | 1 | 良好,向更快挑战! |
The wrong word this time: ; | |||||||
Inspirational quotes: 经验、环境和遗传造就了你的面目,无论是好是坏,你都得耕耘自己的园地;无论是好是坏,你都得弹起生命中的琴弦。 ——卡耐基 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |