#include using namespace std; using G=vector>; typedef long long ll; #define rep(i,l,r) for(int i=(l);i<(r);++i) int main(){ vector v={2,2,-1,-1,2,-1,-1}; int x; cin>>x; int a=0,b=0; for(int i=0; i<100; i++){ for(int j=0; j<(int)v.size(); j++){ a+=v[j]; b+=abs(v[j]); if(a==x) {cout<