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)
  • 홈
  • 태그
  • 방명록

[Copilot 질문] Which website is popular coding test when hiring developer?

Certainly! When it comes to assessing developers’ coding skills during the hiring process, several popular platforms stand out. Here are some of the best coding test platforms that recruiters and hiring managers often use:Codility: An online platform that offers coding assessments and evaluations. It helps assess developers’ coding skills and technical abilities1.LeetCode: Widely used for techni..

  • format_list_bulleted ComputerScience/Coding Test
  • · 2024. 6. 20.
  • textsms

C# 백준 4101번: 크냐?

using System; class Program { static void Main(string[] args) { List listA = new List(); List listB = new List(); while (true) { string stringInput = Console.ReadLine(); string[] stringInputArray = stringInput.Split(' ', StringSplitOptions.None); int A = Convert.ToInt32(stringInputArray[0]); int B = Convert.ToInt32(stringInputArray[1]); if (A == 0 && B == 0) { break; } listA.Add(A); listB.Add(B)..

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

C# 백준 2738번: 행렬 덧셈

using System; class Program { static void Main(string[] args) { string stringN = Console.ReadLine(); string[] stringArray = stringN.Split(' ', StringSplitOptions.None); int Y = Convert.ToInt32(stringArray[0]); int X = Convert.ToInt32(stringArray[1]); int[,] matrixA = new int[Y,X]; for (int i = 0; i < Y; i++) { string s = Console.ReadLine(); string[] sArray = s.Split(' ', StringSplitOptions.None)..

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

C# 백준 10872번: 팩토리얼

using System; class Program { static void Main(string[] args) { string stringN = Console.ReadLine(); int intN = Convert.ToInt32(stringN); int factorial = 1; for (int i = 1; i

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

C# 백준 5522번: 카드 게임

using System; class Program { static void Main(string[] args) { int total = 0; for (int i = 0; i < 5; i++) { string stringN = Console.ReadLine(); int intN = Convert.ToInt32(stringN); total += intN; } Console.WriteLine(total); } } 문제 출처 https://www.acmicpc.net/problem/5522 5522번: 카드 게임 JOI군은 카드 게임을 하고 있다. 이 카드 게임은 5회의 게임으로 진행되며, 그 총점으로 승부를 하는 게임이다. JOI군의 각 게임의 득점을 나타내는 정수가 주어졌을 때, JOI군의 총점을 구하는 프..

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

C# 백준 25372번: 성택이의 은밀한 비밀번호

using System; using System.Numerics; class Program { static void Main(string[] args) { string stringNumber = Console.ReadLine(); int number = int.Parse(stringNumber); for (int i = 0; i < number; i++) { string stringPassword = Console.ReadLine(); if (5 < stringPassword.Length && stringPassword.Length < 10) { Console.WriteLine("yes"); } else { Console.WriteLine("no"); } } } } 문제 출처 https://www.acm..

  • format_list_bulleted ComputerScience/Coding Test
  • · 2022. 11. 19.
  • 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

티스토리툴바