Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Don't Use Boost
C++11
-pedantic

Author

anonymous

over 2 years ago

$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
prog.cc: In function 'int main()':
prog.cc:7:12: warning: unused variable 'force' [-Wunused-variable]
    7 |     double force = ((m1*m2)/(d*d))*G;
      |            ^~~~~
Exit Code:
0