Блог пользователя kingofpineapples

Автор kingofpineapples, история, 6 лет назад, По-английски

include <bits/stdc++.h> doesnt work for me. Is this supposed to happen? In tutorials, its usually there. Whenever i submit a solution with it, theres a compile error, and after I delete it and include the files individually, it starts working again. help?

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +6 Проголосовать: не нравится

Compile with GNU C++, not MS C++

»
5 лет назад, скрыть # |
 
Проголосовать: нравится -11 Проголосовать: не нравится

i agree