Run ID:142939

提交时间:2026-01-11 17:15:46

#include <iostream> int main() { int a,b, cin>>a>>b; cout << a+b ; return 0; }