QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#426220 | #3857. Single-track railway | ZhangYiDe | Compile Error | / | / | C++17 | 1.8kb | 2024-05-30 23:10:11 | 2024-05-30 23:10:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:6:8: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression 6 | ll sum[1e6], ans, ans1; | ^~~ answer.code:6:8: error: could not convert ‘1.0e+6’ from ‘double’ to ‘long unsigned int’ 6 | ll sum[1e6], ans, ans1; | ^~~ | | | double answer.code:6:8: error: size of array ‘sum’ has non-integral type ‘double’