#include <bits/stdc++.h>using namespace std; int main() { int x; cin>>x; int ans=0; ans=x/6; cout<<ans; }
Standard input is empty
5460
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!