Գրել ծրագիր, որն էկրանին տպում է 100 հատ # սիմվոլ (կողք կողքի)։
#include <iostream> int main() { while (/*condition*/) { // Put your code here } }