Run ID:91807
提交时间:2024-09-22 15:14:06
#include<iostream> using namespace std; int main(){ int a=10,b=100; cout<<a+b<<endl; return 0; }