RosettaCodeData/Task/Variable-size-Get/C++/variable-size-get-4.cpp

3 lines
58 B
C++
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#include <cstdlib>
std::size_t size = sizeof (3*6 + 7.5);