728x90
https://school.programmers.co.kr/learn/courses/30/lessons/181845
📝 나의 풀이
using System;
public class Solution {
public string solution(int n) {
string answer = n.ToString();
return answer;
}
}
728x90
'코딩테스트 > [C#] 프로그래머스' 카테고리의 다른 글
[프로그래머스 | C# | Lv.0] rny_string (1) | 2023.08.24 |
---|---|
[프로그래머스 | C# | Lv.0] 순서쌍의 개수 (0) | 2023.08.24 |
[프로그래머스 | C# | Lv.0] n개 간격의 원소들 (0) | 2023.08.23 |
[프로그래머스 | C# | Lv.0] 숫자 찾기 (0) | 2023.08.22 |
[프로그래머스 | C# | Lv.0] 피자 나눠 먹기 (1) (0) | 2023.08.22 |