#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字 | 2.2分钟 | 100% | 142 CPM | 6 次 | 0 | 及格,继续努力! |
Inspirational quotes: 梧桐树,三更雨,不道离情正苦,一叶叶,一声声,空阶滴到明。 ——温庭筠 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |