#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字 | 5.2分钟 | 100% | 61 CPM | 13 次 | 1 | 不及格,加强练习! |
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 |