#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.0分钟 | 98% | 103 CPM | 0 次 | 2 | 及格,继续努力! |
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 |