Skip to content

Instantly share code, notes, and snippets.

@vlaleli
Created October 24, 2024 10:19
Show Gist options
  • Select an option

  • Save vlaleli/e12386ea29c937220b8cb709e80e784e to your computer and use it in GitHub Desktop.

Select an option

Save vlaleli/e12386ea29c937220b8cb709e80e784e to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main()
{
int n;
cout << "enter n";
cin >> n;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment