OJ-Problems-Source/HDOJ/3476_autoAC.cpp
2016-09-04 14:10:14 +08:00

6 lines
76 B
C++

#include<cstdio>
int main(){
printf("13579680\n");
return 0;
}