mirror of
https://github.com/Kiritow/OJ-Problems-Source.git
synced 2024-03-22 13:11:29 +08:00
c14ecbe72c
3400-3499
6 lines
76 B
C++
6 lines
76 B
C++
#include<cstdio>
|
|
int main(){
|
|
printf("13579680\n");
|
|
return 0;
|
|
}
|