Skip to content

Instantly share code, notes, and snippets.

@lomnom
Created January 18, 2025 09:18
Show Gist options
  • Save lomnom/22b85446c8db6d96506b988d9b7e4e34 to your computer and use it in GitHub Desktop.
Save lomnom/22b85446c8db6d96506b988d9b7e4e34 to your computer and use it in GitHub Desktop.

Noi notes

Boilerplate

Template

#include <iostream>
#define num long int

using namespace std;

int main(){
	cin.tie(0);
	cout.sync_with_stdio(false);

	return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment