ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1220. Stacks

both the compiler and the header file matter a lot
Posted by scidylanpno 6 May 2019 14:09
I tried so many time until I change `#include<bits/stdc++.h>` to `#include<stdio.h>`.

And then I did a small experience: for the same code,
Visual C++ 2017 -- 612 KB
Visual C 2017 -- 620 KB
GCC 7.1 / Clang++ 4.0.1 -- 652 KB
G++ 7.1 -- 700 KB

Hope it helps~