Run ID:107837
提交时间:2025-01-18 14:40:08
#include<iostream> using namespace std; int main() { int a; a=12; cout<<a+=a<<endl; return 0; }