Please help with the VS problem

Revision en1, by 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.

Tags vs, problem, gnu g++20

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
ru1 Russian OG_Matveychick1 2022-07-12 10:02:16 420 Первая редакция перевода на Русский
en1 English OG_Matveychick1 2022-07-12 09:13:37 396 Initial revision (published)