MapleStory Finger Point Cute Line Smiley Blinking Hello Kitty Angel MapleStory Finger Point

๐Ÿƒ‍โ™‚๏ธBaekjoon/C++

หšโ‚Šโœฉโ€งโ‚Š [10951/Cpp] A+B - 4 หšโ‚Šโœฉโ€งโ‚Š

HYEJU01 2021. 9. 7. 23:48
#include<iostream>
using namespace std;

int main(){
    int A,B;
   
    while (cin >> A >> B) {
        cout << A+B << endl;
    }
    
return 0;
}

https://wanna-b.tistory.com/59