Run ID:152679

提交时间:2026-05-01 09:49:40

#include<bits/stdc++.h> using namespace std; int main() { int a=12,b=8; cout<<a+b<<endl; return 0; }