Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180821 (experimental)

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

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
Please enter the number of points of the polygon: 

Please enter the coordinates for each point.
[1] x = , y = 
[2] x = , y = 
[3] x = , y = 
[4] x = , y = 

The polygon is convex.

Please enter the number of points to be checked: 

Please enter the coordinates for each point.
[1] x = , y = 
[2] x = , y = 
[3] x = , y = 

Points inside: 1
Exit Code:
0