Run ID:90969

提交时间:2024-09-20 18:54:55

#include<iostream> using namespace std; int main(){ int q1,q2; cin>>q1; cin>>q2; cout<<q1+q2; return 0; }