3-output.cminus 68 Bytes
Newer Older
刘睿博's avatar
刘睿博 committed
1 2 3 4 5
int main(void) {
    output(11);
    output(22222);
    return 0;
}