+ 1
Which is error in my cpp(Holi) program ¿
->Time limit exceeded
2 Answers
+ 3
Remove getch();
getch(); prompts a user to press a character.
So the program is waiting for user input until time exceeded
This function is often used when you execute programs in terminal.
With this way you keep the terminal open in order to check output.
+ 2
Ok, i understand tnx you...😊👍