| Problem | nycheer |
|---|---|
| User | chenweilian |
| Submission Time | 2025-07-25 18:57:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nycheer.cpp: In function ‘int main()’:
nycheer.cpp:68:19: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
68 | string arr[3] = {'Hey', 'Ho', 'Nanyang'};
| ^~~~~
nycheer.cpp:68:26: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
68 | string arr[3] = {'Hey', 'Ho', 'Nanyang'};
| ^~~~
nycheer.cpp:68:32: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
68 | string arr[3] = {'Hey', 'Ho', 'Nanyang'};
| ^~~~~~~~~