Please tell us more about what the problem is. What is the program doing wrong? What would you like for it to do instead? Can you tell us what your complete program is supposed to do?
Please follow the guidelines located here when asking for help: http://www.cplusplus.com/forum/beginner/1/
I noticed on line 5 your for loop has commas instead of semicolons.
I also noticed that ms, ss, and mm variables do not have any number value assigned to them before the if-else if-else if statement begins.
Edit: Also I hope you do not plan to use this as an actual clock. If you would like to know more about time in c++, you might check out the ctime library: http://www.cplusplus.com/reference/ctime/time/
thank you very much :) it worked
Edit: No, in fact i need it for my homework in arduino. creating stopwatch using monitor. but i dont have own arduino and decided to use c++ for it.