uploaded at 2022. 12. 17. 오후 10:23:49
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// [문제 링크]: https://school.programmers.co.kr/learn/courses/30/lessons/12925#
|
||||
|
||||
class Solution {
|
||||
public int solution(String s) {
|
||||
return Integer.parseInt(s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user