1)
#include <iostream> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); return 0; }
Sorry, it's just difficult to beat scanf.