gaon99

  • 홈
  • 태그
  • 방명록

코딩 테스트 36

덧셈식 출력하기

using System;public class Example{ public static void Main() { String[] s; Console.Clear(); s = Console.ReadLine().Split(' '); int a = Int32.Parse(s[0]); int b = Int32.Parse(s[1]); Console.WriteLine($"{a} + {b} = {a+b}"); }}

코딩 테스트/Lv.0 2024.12.31

특수문자 출력하기

using System;public class Example{ public static void Main() { Console.Write("!@#$%^&*(\\'\"?:;"); }}

코딩 테스트/Lv.0 2024.12.30

대소문자 바꿔서 출력하기

using System;public class Example{ public static void Main() { String s; Console.Clear(); s = Console.ReadLine(); for(int i=0;i

코딩 테스트/Lv.0 2024.12.30

문자열 반복해서 출력하기

using System;public class Example{ public static void Main() { String[] input; Console.Clear(); input = Console.ReadLine().Split(' '); String s1 = input[0]; int a = Int32.Parse(input[1]); for(int i=0;i

코딩 테스트/Lv.0 2024.12.30

a와 b 출력하기

using System;public class Example{ public static void Main() { String[] s; Console.Clear(); s = Console.ReadLine().Split(' '); int a = Int32.Parse(s[0]); int b = Int32.Parse(s[1]); Console.WriteLine($"a = {s[0]}"); Console.WriteLine($"b = {s[1]}"); }}

코딩 테스트/Lv.0 2024.12.30

문자열 출력하기

using System;public class Example{ public static void Main() { String s; Console.Clear(); s = Console.ReadLine(); Console.Write(s); }}

코딩 테스트/Lv.0 2024.12.30
이전
1 2 3 4
다음
더보기
프로필사진

gaon99

  • 분류 전체보기 (121)
    • Quest (3)
    • C# (6)
    • 게임 개발이 처음이어도 쉽게 배우는 모바일 게임 .. (7)
      • Sparta_Unity (7)
    • 코딩 테스트 (36)
      • Lv.0 (36)
    • TIL (66)

Tag

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바