OJ-Problems-Source/HDOJ/3476_autoAC.cpp

6 lines
76 B
C++
Raw Normal View History

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