This commit is contained in:
hanyixuanten
2026-08-24 19:22:22 +08:00
parent 785c9dcea8
commit ac8093b43e
44 changed files with 2 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
// 96
#include <iostream>
using namespace std;
int main()
{
cout << "1\n3\n5\n9\n13\n17\n25\n33\n41\n49\n65\n81";
return 0;
}