普星宇 • 1个月前
using namespace std;
int main() {
long long m; cin >> m; cout << m*10; return 0;
}
评论:
请先登录,才能进行评论