#include <iostream>
using namespace std;
int main() {
// your code goes here
int a[1];
cout<<"Array concept is so funny in C++"<<endl;
for (int i=10; i<20;i++)
a[i]=i+1;
for (int i=10; i<20;i++)
cout<<a[i]<<endl;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKCmludCBtYWluKCkgewoJLy8geW91ciBjb2RlIGdvZXMgaGVyZQoJaW50IGFbMV07Cgljb3V0PDwiQXJyYXkgY29uY2VwdCBpcyBzbyBmdW5ueSBpbiBDKysiPDxlbmRsOwoJZm9yIChpbnQgaT0xMDsgaTwyMDtpKyspCgkgYVtpXT1pKzE7CgkgCgkgZm9yIChpbnQgaT0xMDsgaTwyMDtpKyspCgkgIGNvdXQ8PGFbaV08PGVuZGw7CglyZXR1cm4gMDsKfQ==