#include <iostream> #include <cstdio> #include <cstring> #include <string.h> #include <queue> using namespace std; int a,b; int main() { while(scanf("%d%d",&a,&b) != EOF) { printf("%d\n",(a+b)); } return 0; }
Powered by: 博客园 Copyright © 2024 自爆魂 Powered by .NET 9.0 on Kubernetes