I_Like_Cute_Grils's blog

By I_Like_Cute_Grils, history, 2 years ago, In English
| Write comment?
»
2 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

when there are large input or output put these 2 lines at the start of your main : ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);

they will fast input output , also use '\n' or "\n" instead of endl