9 lines
86 B
C
Raw Normal View History

2020-04-05 00:07:50 +08:00
#include <stdio.h>
int main(void)
{
u64 n;
printf("%d\n", (int) n+2);
return 0;
}