Skip to content

Instantly share code, notes, and snippets.

@markroxor
Last active September 8, 2015 14:46
Show Gist options
  • Save markroxor/ca8fffa79f52a922778c to your computer and use it in GitHub Desktop.
Save markroxor/ca8fffa79f52a922778c to your computer and use it in GitHub Desktop.
sync_with_stdio drawback
#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