Please help with the VS problem

Правка en1, от OG_Matveychick1, 2022-07-12 09:13:37

I wanted to make a number generator using this chrono::steady_clock::now ().time_since_epoch ().count ();, but VS gives these 3 errors: "C2653 chrono: is not a class or namespace name", "C3861 now: id not found", "C2737 : the object needs to be initialized ". And in sending the code to codeforces everything works with the GNU G++20 compiler.

Теги vs, problem, gnu g++20

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
ru1 Русский OG_Matveychick1 2022-07-12 10:02:16 420 Первая редакция перевода на Русский
en1 Английский OG_Matveychick1 2022-07-12 09:13:37 396 Initial revision (published)