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
9 9 9 9 9 9 9 9 9
Why would I want to do that? If you can't tackle a simple assignment like this without asking someone to do it for you then I think you may be on the wrong course.
In the spirit of "technically valid". . . include <iostream> int main() { std::cout << "1\n2 2\n3 3 3\n4 4 4 4\n5 5 5 5 5\n6 6 6 6 6 6\n7 7 7 7 7 7 7\n" << "8 8 8 8 8 8 8 8\n9 9 9 9 9 9 9 9 9\n"; return 0; }
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |