실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:8:11: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression 8 | int D[1e6]; | ^~~ Main.cpp:8:11: error: could not convert ‘1.0e+6’ from ‘double’ to ‘long unsigned int’ 8 | int D[1e6]; | ^~~ | | | double Main.cpp:8:11: error: size of array ‘D’ has non-integral type ‘double’
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.