title | location | images | tags | privacy | createdAt | ||
---|---|---|---|---|---|---|---|
Untitled Post |
19.0775, 72.9088 |
|
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; }
}