#include using namespace std; int main(){ int x; cin >> x; if(x%7==0){ cout << "ano" << endl; } else { cout << "nie" << endl; } }