Skip to content

Background console code of "Systematic Love" @ Project DIVA

Notifications You must be signed in to change notification settings

iSwanGit/Systematic-Love

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Systematic Love (システマティック・ラヴ)

Background console code of "Systematic Love" PV @ Project DIVA

Edited in Visual Studio 2015

Difference from PV

  • using namespace std
  • math.h -> cmath
  • "\n" -> (std::)endl
  • if(check_x>=0) -> use abs(check_x)
  • a*a -> pow(a, 2)

About

Background console code of "Systematic Love" @ Project DIVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages