1 2 3 4 5 6 7 8 9 10 11 | #include <iostream> using namespace std; int main() { int a[10]; cout << a << "\n"; cout << &a << "\n"; cout << &a[0] << "\n"; return 0; } |
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CglpbnQgYVsxMF07Cgljb3V0IDw8IGEgPDwgIlxuIjsKCWNvdXQgPDwgJmEgPDwgIlxuIjsKCWNvdXQgPDwgJmFbMF0gPDwgIlxuIjsKCglyZXR1cm4gMDsKfQ==
-
upload with new input
-
result: Success time: 0.02s memory: 2680 kB returned value: 0
0xbfcc5dfc 0xbfcc5dfc 0xbfcc5dfc


