#include<bits/stdc++.h> using namespace std; int main () { int n; cin >> n; n *= 2; cout << n << endl; return 0; }
所以为什么会UKE?