QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#342479 | #8236. Snake Move | Monsterstar | Compile Error | / | / | C++17 | 2.3kb | 2024-03-01 11:37:21 | 2024-03-01 11:37:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:25:20: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression 25 | int num[N][N],x[1e5+10],y[1e5+10]; | ~~~^~~ answer.code:25:20: error: could not convert ‘(1.0e+5 + (double)10)’ from ‘double’ to ‘long unsigned int’ 25 | int num[N][N],x[1e5+10],y[1e5+10]; | ~~~^~~ | | | double answer.code:25:20: error: size of array ‘x’ has non-integral type ‘double’ answer.code:25:30: error: conversion from ‘double’ to ‘long unsigned int’ in a converted constant expression 25 | int num[N][N],x[1e5+10],y[1e5+10]; | ~~~^~~ answer.code:25:30: error: could not convert ‘(1.0e+5 + (double)10)’ from ‘double’ to ‘long unsigned int’ 25 | int num[N][N],x[1e5+10],y[1e5+10]; | ~~~^~~ | | | double answer.code:25:30: error: size of array ‘y’ has non-integral type ‘double’