1 2 3 4 5 6 7 8 9 | #include <ostream> #include <iostream> int main() { char* s = "String"; std::cout << s << std::endl; } |
I2luY2x1ZGUgPG9zdHJlYW0+CiNpbmNsdWRlIDxpb3N0cmVhbT4KCmludCBtYWluKCkKewogICAgY2hhciogcyA9ICJTdHJpbmciOwogICAgc3RkOjpjb3V0IDw8IHMgPDwgc3RkOjplbmRsOwp9Cg==
prog.cpp: In function 'int main()': prog.cpp:6:15: warning: deprecated conversion from string constant to 'char*'
-
upload with new input
-
result: Success time: 0s memory: 2828 kB returned value: 0
String


