poj 1000(如何节省内存?)

#include<iostream>
using namespace std;
int main(){
    int a,b;
    scanf("%d%d",&a,&b);
    printf("%d\n",a+b);
    return 0;
} 

 

posted @ 2021-11-04 19:54  智人心  阅读(34)  评论(0)    收藏  举报