Skip to content

Instantly share code, notes, and snippets.

@iosifnicolae2
Created May 23, 2014 18:35
Show Gist options
  • Save iosifnicolae2/eb6ce264689ec7601852 to your computer and use it in GitHub Desktop.
Save iosifnicolae2/eb6ce264689ec7601852 to your computer and use it in GitHub Desktop.
#include <iostream>
#include "http://google.ro/gr1.h"
using namespace std;
int main()
{int x;
cin>>x;
cout << x+1 << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment