1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #include<iostream> class test{ int i; public: test(){} //More functions here }; int main() { test test1; test::test test2; test::test::test test3; test::test::test::test test4; return 0; } |
I2luY2x1ZGU8aW9zdHJlYW0+CgpjbGFzcyB0ZXN0ewogICAgaW50IGk7CnB1YmxpYzoKICAgIHRlc3QoKXt9CiAgICAvL01vcmUgZnVuY3Rpb25zIGhlcmUKfTsKCgoKaW50IG1haW4oKQp7CiAgICB0ZXN0IHRlc3QxOwogICAgdGVzdDo6dGVzdCB0ZXN0MjsKICAgIHRlc3Q6OnRlc3Q6OnRlc3QgdGVzdDM7CiAgICB0ZXN0Ojp0ZXN0Ojp0ZXN0Ojp0ZXN0IHRlc3Q0OwogICAgcmV0dXJuIDA7Cn0=
-
upload with new input
-
result: Success time: 0.02s memory: 2720 kB returned value: 0


