실행 실패 (제출 코드 컴파일 에러)
Main.cpp:17:14: error: too many decimal points in number 17 | for i in 1..input.len() { | ^~~~~~~~~~~~ Main.cpp:22:14: error: too many decimal points in number 22 | for k in 1..=nums[0] { | ^~~ Main.cpp:23:18: error: too many decimal points in number 23 | for i in 1..=nums[0] { | ^~~ Main.cpp:24:22: error: too many decimal points in number 24 | for j in 1..=nums[0] { | ^~~ Main.cpp:33:14: error: too many decimal points in number 33 | for i in 1..=nums[0] { | ^~~ Main.cpp:45:22: error: too many decimal points in number 45 | for j in 1..=nums[0] { | ^~~ Main.cpp:54:18: error: too many decimal points in number 54 | for i in 1..nums[0] { | ^~~~~~~ Main.cpp:1:1: error: ‘use’ does not name a type 1 | use std::io; | ^~~ Main.cpp:2:1: error: ‘use’ does not name a type 2 | use std::fmt::Write; | ^~~ Main.cpp:4:1: error: ‘fn’ does not name a type 4 | fn main() { | ^~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.