Run ID:130221
提交时间:2025-09-08 21:31:40
#include <iostream> using namespace std; int main(){ double a,b; scanf("%d%d",&a,&b); printf("%d%d",a+b); return 0; }