竞赛
考级
最短题解: 普通题解:
输出443就行了
#include <iostream> using namespace std; int main(){ cout << "443"; return 0; }
提交答案之后,这里将显示提交结果~