【杭电】[1095]A+B for Input-Output Practice (VII)

文章字数:31

问题描述

Loading...

问题分析

1
2
3
4
5
6
7
8
#include<stdio.h>
int main() {
    int a,b;
    while(scanf("%d %d",&a,&b)!=EOF) {
        printf("%d\n\n",a+b);
    }
    return 0;
}
该内容采用 CC BY-NC-SA 4.0许可协议。如果对您有帮助或存在意见建议,欢迎在下方评论交流。
本页面浏览次数 加载中...
本页面访客数 加载中...

加载中...