io.h 86 Bytes
Newer Older
lxq's avatar
lxq committed
1 2 3 4 5 6 7
int input();

void output(int a);

void outputFloat(float a);

void neg_idx_except();