QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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'; | ^~~