cin.tie(NULL);

ios::sync_with_stdio(false);  

for loop

{

cout << "Case #" << i + 1 << "\n";

cout << myf() << "\n";

}