728x90
1 2 3 4 5 6 7 8 9 10 11 | #include <stdio.h> int main() { int a = 0, b = 0,i = 0,y = 0; scanf("%d", &y); for (i=0;i < y; i++) { scanf("%d %d", &a, &b); printf("%d\n", a + b); } } | cs |
728x90
'Study > BAEKJOON' 카테고리의 다른 글
[BAEKJOON] 15552번 : 빠른 A+B (0) | 2020.09.13 |
---|---|
[BAEKJOON] 8393번 : 합 (0) | 2020.09.13 |
[BAEKJOON] 2739번 : 구구단 (0) | 2020.09.13 |
[BAEKJOON] 2884번 : 알람 시계 (0) | 2020.09.13 |
[BAEKJOON] 9498번 : 시험 성적 (0) | 2020.09.13 |