https://www.acmicpc.net/problem/32260
1
2
3
4
5
6
|
#include "aplusb.h"
int sum(int A, int B) {
return A + B ;
}
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
leetcode 3330. Find the Original Typed String I (0) | 2024.10.27 |
---|---|
백준 32154 SUAPC 2024 Winter (1) | 2024.10.27 |
3300. Minimum Element After Replacement With Digit Sum (0) | 2024.10.05 |
leetcode 3210. Find the Encrypted String (0) | 2024.09.23 |
3194. Minimum Average of Smallest and Largest Elements (0) | 2024.09.21 |
댓글