#include <bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<a+ +a<<endl; }
这个程序过编译了咋回事