Skip to content

Instantly share code, notes, and snippets.

@cthbst
Created May 12, 2016 04:06
Show Gist options
  • Save cthbst/2266f72d38551235669d88bc5e21ca8b to your computer and use it in GitHub Desktop.
Save cthbst/2266f72d38551235669d88bc5e21ca8b to your computer and use it in GitHub Desktop.
#include<iostream>
using namespace std ;
int main(){
int d ;
while (cin >> d){
cout << 19600*d+1275 <<endl ;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment