QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#540781 | #8932. Bingo | ucup-team660# | Compile Error | / | / | C++20 | 5.4kb | 2024-08-31 17:51:21 | 2024-08-31 17:51:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:147:23: error: conversion from ‘char’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested 147 | string base = '0'; | ^~~