Run ID:91812

提交时间:2024-09-22 15:15:27

#include<iostream> using namespace std; int main(){ int a=10,b=100; cout<<a+b<<endl; return 0; }