Last active
September 8, 2015 14:46
-
-
Save markroxor/ca8fffa79f52a922778c to your computer and use it in GitHub Desktop.
sync_with_stdio drawback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<iostream> | |
using namespace std; | |
main() | |
{ | |
ios::sync_with_stdio(0); | |
printf("ap "); | |
cout<<"ac "; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment