Run ID:93965

提交时间:2024-10-19 16:41:09

#include <stdio.h> int main() { int x,y,t; scanf("%d%d",&x,&y); t=x+y; printf("%d",t); }