| Problem | bombardirocrocodilo |
|---|---|
| User | yuanbin |
| Submission Time | 2026-04-18 11:05:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bombardirocrocodilo.cpp: In function ‘int main()’:
bombardirocrocodilo.cpp:10:19: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘const char*’
10 | if (ammo[strlen(ammo) - 1]=="1"||ammo[strlen(ammo) - 1]=="3"||ammo[strlen(ammo) - 1]=="5"||ammo[strlen(ammo) - 1]=="7"||ammo[strlen(ammo) - 1]=="9"){
| ^~~~
| |
| std::string {aka std::__cxx11::basic_string<char>}
In file included from /usr/include/c++/9/cstring:42,
from bombardirocrocodilo.cpp:2:
/usr/include/string.h:385:35: note: initializing argument 1 of ‘size_t strlen(const char*)’
385 | extern size_t strlen (const char *__s)
| ~~~~~~~~~~~~^~~
bombardirocrocodilo.cpp:10:48: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘const char*’
10 | if (ammo[strlen(ammo) - 1]=="1"||ammo[strlen(ammo)