VirtualDever
close
프로필 배경
프로필 로고

VirtualDever

  • Root (826) N
    • ComputerScience (53)
      • Coding Test (28)
      • Algorithm (2)
      • Math (3)
      • Physics (3)
    • Language (64)
      • C# (19)
      • C (2)
      • C++ (1)
      • English (30)
      • Python (5)
      • Lua (4)
    • Engine (128) N
      • DirectX (2)
      • Unity (91) N
      • Unreal (16)
      • OpenCV (5)
      • WPF (4)
      • Roblox (4)
    • AI (12)
      • LLM (9)
    • Server (9)
      • ASP.NET Core (2)
      • Database (4)
    • IDE & Tool (34) N
    • DevLog (117) N
    • LifeLog (319) N
      • book (131)
      • Review (4)
      • Workout (30) N
      • Finance (20)
    • SideProjects (36)
      • N Job (33)
      • Youtuber (3)
    • WritingBooks (47)
      • FreelancerEssay (47)
  • 홈
  • 태그
  • 방명록

백준 7287번: 등록

using System; class Program { static void Main(string[] args) { Console.WriteLine("49"); Console.WriteLine("ddayin"); } } 문제 출처 https://www.acmicpc.net/problem/7287 7287번: 등록 첫 줄에 자신이 맞은 문제의 수, 둘째 줄에 아이디를 출력한다. www.acmicpc.net

  • format_list_bulleted ComputerScience/Coding Test
  • · 2022. 11. 12.
  • textsms

백준 10699번: 오늘 날짜

실버 문제 풀다가 막혀서 쉬운 걸로 하나 풀기. using System; class Program { static void Main(string[] args) { Console.WriteLine(System.DateTime.Now.ToString("yyyy-MM-dd")); } } 문제 출처 https://www.acmicpc.net/problem/10699 10699번: 오늘 날짜 서울의 오늘 날짜를 출력하는 프로그램을 작성하시오. www.acmicpc.net

  • format_list_bulleted ComputerScience/Coding Test
  • · 2022. 11. 11.
  • textsms
백준 4344번: 평균은 넘겠지

백준 4344번: 평균은 넘겠지

한참 헤메었다. Visual Studio에서 디버깅 하면서 진행하였다. 소수점 3자리까지 반올림해서 표시하는 부분에서 많이 막혔다. using System; class Program { public class TestCaseData { public int total = 0; public int[] scoresArray = null; public double average = 0f; public double overAverageRate = 0f; } static void Main(string[] args) { string stringTestCase = Console.ReadLine(); int intTestCase = System.Convert.ToInt32(stringTestCase); TestCaseD..

  • format_list_bulleted ComputerScience/Coding Test
  • · 2022. 11. 11.
  • textsms

백준 8958번: OX퀴즈

using System; class Program { static void Main(string[] args) { string stringNumber = Console.ReadLine(); int intNumber = System.Convert.ToInt32(stringNumber); int[] resultArray = new int[intNumber]; for (int i = 0; i < intNumber; i++) { string stringOX = Console.ReadLine(); char[] array = stringOX.ToCharArray(); int score = 0; int total = 0; for (int j = 0; j < array.Length; j++) { if (array[j]..

  • format_list_bulleted ComputerScience/Coding Test
  • · 2022. 11. 10.
  • textsms

백준 1546번: 평균

using System; class Program { static void Main(string[] args) { string stringNumber = Console.ReadLine(); int intNumber = System.Convert.ToInt32(stringNumber); int[] intScoresArray = new int[intNumber]; string stringScores = Console.ReadLine(); string[] array = stringScores.Split(' ', StringSplitOptions.None); for (int i = 0; i < array.Length; i++) { intScoresArray[i] = Convert.ToInt32(array[i])..

  • format_list_bulleted ComputerScience/Coding Test
  • · 2022. 11. 10.
  • textsms

백준 10807번: 개수 세기

using System; class Program { static void Main(string[] args) { string stringNumber = Console.ReadLine(); int totalNumber = System.Convert.ToInt32(stringNumber); string stringValues = Console.ReadLine(); string[] stringValuesArray = stringValues.Split(' ', StringSplitOptions.None); int[] values = new int[stringValuesArray.Length]; for (int i = 0; i < stringValuesArray.Length; i++) { values[i] = ..

  • format_list_bulleted ComputerScience/Coding Test
  • · 2022. 11. 10.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • 5
  • navigate_next
공지사항
  • 개인 포트폴리오 [Division Like] 소개
  • 디스코드 [게임개발일지 공유] 서버에 초대 드립니다.
  • 게임 외주 개발 합니다.
  • Vritual Dever의 주인장은 누구입니까
전체 카테고리
  • Root (826) N
    • ComputerScience (53)
      • Coding Test (28)
      • Algorithm (2)
      • Math (3)
      • Physics (3)
    • Language (64)
      • C# (19)
      • C (2)
      • C++ (1)
      • English (30)
      • Python (5)
      • Lua (4)
    • Engine (128) N
      • DirectX (2)
      • Unity (91) N
      • Unreal (16)
      • OpenCV (5)
      • WPF (4)
      • Roblox (4)
    • AI (12)
      • LLM (9)
    • Server (9)
      • ASP.NET Core (2)
      • Database (4)
    • IDE & Tool (34) N
    • DevLog (117) N
    • LifeLog (319) N
      • book (131)
      • Review (4)
      • Workout (30) N
      • Finance (20)
    • SideProjects (36)
      • N Job (33)
      • Youtuber (3)
    • WritingBooks (47)
      • FreelancerEssay (47)
최근 글
인기 글
최근 댓글
태그
  • #ㅅ
  • #1
  • #ㅗ
  • #부
  • #ㅓ
  • #ㅂㅗ
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바