#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.3分钟 | 100% | 140 CPM | 16 次 | 0 | 及格,继续努力! |
Inspirational quotes: 科学和民主,它们取消了人和自然的差异,也取消了人和人的差异。 ——王安忆 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |