Skip to content

Instantly share code, notes, and snippets.

@emoncse
Last active June 6, 2019 14:47
Show Gist options
  • Save emoncse/aa4e275b0ca156b31eb0f70b593841fb to your computer and use it in GitHub Desktop.
Save emoncse/aa4e275b0ca156b31eb0f70b593841fb to your computer and use it in GitHub Desktop.
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
cin >> a;
cout << a;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment