Why Java runs faster than C++ on leetcode?

It occurs to me many times that similar implementations for Java are always faster than C++.

image

Does the timing include the compliation?

Comments (2)