#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.9分钟 | 100% | 169 CPM | 14 次 | 0 | 良好,向更快挑战! |
Inspirational quotes: 吉事尚左,凶事尚右,偏将军居左,上将军居右,言以丧礼处之,杀人之众,以悲哀泣之,战胜以丧礼处之。 ——老子 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |