cin.tie(NULL); ios::sync_with_stdio(false); for loop { cout << "Case #" << i + 1 << "\n"; cout << myf() << "\n"; }
gcc로 컴파일되면 문제없는디
노상관