#include <iostream> /* For this task, read in a number n on cin and print out the first n square numbers each in their own line */ int main(int argc, char **argv) { return 0; }