QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#164454 | #5477. Cake Decoration | ntu_vjudge_2 | Compile Error | / | / | C++17 | 7.1kb | 2023-09-04 23:35:54 | 2023-09-04 23:35:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:147:33: error: ‘int128_t’ was not declared in this scope; did you mean ‘int8_t’? 147 | int128_t m = (lb + rb + 1) / 2; | ^~~~~~~~ | int8_t answer.code:148:45: error: ‘m’ was not declared in this scope 148 | if (i * j * m * (m+1) <= x) lb = m; | ^