Skip to content

Instantly share code, notes, and snippets.

@velengel
Created January 7, 2015 03:35
Show Gist options
  • Save velengel/4bc49bb0037c321b213f to your computer and use it in GitHub Desktop.
Save velengel/4bc49bb0037c321b213f to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main(void){
// Here your code !
int a;
std::cin>>a;
std::cout<<a-10<<std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment