#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分钟 | 97% | 64 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 |