WithCS
Toggle navigation
Practice
Status
Discuss
Challenge
Login
Register
Discuss
4303
time limit exceed인데..
time limit exceed인데..
kudus66
Reply 9 years 23 weeks ago
time limit exceed인데.. 무한루프에 빠지는 것 같지도 않고, 제 생각에는 어디를 개선해야할지 도저히 모르겠습니다 ㅜ 혹시 제가 놓치고 있는 부분이 있을까요?
Status
Problem
pichulia
Reply 9 years 23 weeks ago
if (str[0] == '/' && str[1] == '/') { while ((ch = getchar()) != '\n') ; // 뒤에 EOF로 끝난다면 무한루프에 빠지겠네요.