Skip to content

Instantly share code, notes, and snippets.

@meetkool
Created October 6, 2025 15:25
Show Gist options
  • Save meetkool/1f356677b52110b412f36a41d3e3d52d to your computer and use it in GitHub Desktop.
Save meetkool/1f356677b52110b412f36a41d3e3d52d to your computer and use it in GitHub Desktop.
[BLOG] Untitled Post
title location images tags privacy createdAt
Untitled Post
19.0775, 72.9088
blog
quick-post
public
2025-10-06 15:25:07 UTC

Que: print #include <bits/stdc++.h> using namespace std;

int main() { // your code goes here for(int i=1;i<=10;i++){ cout<< i*5<<endl; }

}

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