1 2 3 4 5 6 7 | #include <iostream> #include <string> using namespace std; int main() { string a = "hello"; cout << a << endl; } |
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8c3RyaW5nPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwppbnQgbWFpbigpIHsKICAgIHN0cmluZyBhID0gImhlbGxvIjsKICAgIGNvdXQgPDwgYSA8PCBlbmRsOwp9
-
upload with new input
-
result: Success time: 0.01s memory: 2856 kB returned value: 0
hello


