move
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user