#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字 | 4.2分钟 | 100% | 89 CPM | 2 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 千万别相信什么人生别输在起跑线上这样的话,只有百米短跑,才在乎起跑线,人生是一场马拉松,马拉松起跑你看过谁站起跑线上,大家都一堆出发,谁能坚持到最后才最关键。 ——撒贝宁 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |