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

VirtualDever

  • Root (748) N
    • ComputerScience (52)
      • Coding Test (27)
      • Algorithm (2)
      • Math (3)
      • Physics (3)
    • Language (62)
      • C# (18)
      • C (2)
      • C++ (1)
      • English (29)
      • Python (5)
      • Lua (4)
    • Engine (124)
      • DirectX (2)
      • Unity (87)
      • Unreal (16)
      • OpenCV (5)
      • WPF (4)
      • Roblox (4)
    • AI (12)
      • LLM (9)
    • Server (8)
      • ASP.NET Core (1)
      • Database (4)
    • IDE & Tool (31)
    • DevLog (111)
    • LifeLog (307) N
      • book (126)
      • Review (4)
      • Workout (27) N
      • Finance (20)
    • SideProjects (35)
      • N Job (33)
      • Youtuber (2)
  • 홈
  • 태그
  • 방명록

백준 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

백준 5597번: 과제 안 내신 분..?

다른 사용자가 제출한 코드를 보면 간결하다. 반면, 내가 짠 코드는 너무 길다. using System; class Program { static void Main(string[] args) { int[] studentsArray = new int[30]; for (int i = 0; i < studentsArray.Length - 2; i++) { string stringStudentID = Console.ReadLine(); int studentId = System.Convert.ToInt32(stringStudentID); studentsArray[i] = studentId; } bool[] hasArrays = new bool[30]; for (int i = 0; i < hasArrays.Leng..

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

티스토리툴바