Language
C++
Compiler
clang 15.0.7
Options
Warnings
Boost 1.80.0
C++2b(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.80.0-clang-15.0.7/include -std=gnu++2b
enter height and width as integers from keyboard
creating rect fron cin
printing rect to cout
height:762198464 width:32767
Exit Code:
0