1 2 3 4 5 6 7 | #include <cassert> #include <string> int main() { std::string answer = std::to_string(42); assert(answer == "42"); } |
I2luY2x1ZGUgPGNhc3NlcnQ+CiNpbmNsdWRlIDxzdHJpbmc+CgppbnQgbWFpbigpIHsKCXN0ZDo6c3RyaW5nIGFuc3dlciA9IHN0ZDo6dG9fc3RyaW5nKDQyKTsKCWFzc2VydChhbnN3ZXIgPT0gIjQyIik7Cn0=
-
upload with new input
-
result: Success time: 0s memory: 2956 kB returned value: 0


