Run ID:131464

提交时间:2025-09-26 19:06:42

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