You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
847 B

2 years ago
#include <bits/stdc++.h>
using namespace std;
int main() {
//https://zhidao.baidu.com/question/542222767.html
/**
bai
du33zhi7
172
82
55.
*/
cout << 10 - 3 * 3 + 7 - 3 << endl;
return 0;
}