실행 실패 (제출 코드 컴파일 에러)
Main.cpp:1:7: error: expected nested-name-specifier before ‘System’ 1 | using System; | ^~~~~~ Main.cpp:17:6: error: expected ‘;’ after class definition 17 | } | ^ | ; Main.cpp: In static member function ‘static void Baekjoon::Dingoo::Main()’: Main.cpp:13:25: error: expected primary-expression before ‘int’ 13 | int input = int.Parse(Console.ReadLine()); | ^~~ Main.cpp:14:13: error: ‘Console’ was not declared in this scope 14 | Console.WriteLine(input * 4); | ^~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.