Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

fast io

#include <bits/stdc++.h>
using namespace std;

int main()
{
    ios_base::sync_with_stdio(false);
    cin.tie(NULL);
    return 0;
}
 
PREVIOUS NEXT
Tagged: #fast #io
ADD COMMENT
Topic
Name
7+1 =