Skip to content

Commit

Permalink
Update 10951_A더하기B-4.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KENEW authored Dec 11, 2020
1 parent 512f436 commit 2c24097
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions 10951_A더하기B-4.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
//#include<iostream>
//using namespace std;
//
//int main(void)
//{
// int a, b;
//
// while (1)
// {
// cin >> a >> b;
//
// if (cin.eof() == true)
// break;
// //
//
// cout << a + b << endl;
// }
//
// return 0;
//}
#include<iostream>
using namespace std;

int main(void)
{
int a, b;

while (1)
{
cin >> a >> b;

if (cin.eof() == true)
break;
//

cout << a + b << endl;
}

return 0;
}

0 comments on commit 2c24097

Please sign in to comment.