#include <stdio.h> int main() { // your code goes here int n=8; for(int i=1; i<=n; i++) { } return 0; }
Standard input is empty
1
2 * 2
3 * 3 * 3
4 * 4 * 4 * 4
5 * 5 * 5 * 5 * 5
6 * 6 * 6 * 6 * 6 * 6
7 * 7 * 7 * 7 * 7 * 7 * 7
8 * 8 * 8 * 8 * 8 * 8 * 8 * 8