0_0_17875972_14071.cpp:2:11: error: '::main' must return 'int' void main() {short a, b;while (~scanf("%d%d", &a, &b)) {printf("%d\n", a + b);}} ^