#include<iostream> using namespace std; int main() { cout << 31 << 61 << 91 << 121 << 151 << 181 << 211 << 241 << 271 << 301; return 0; }