1 2 3 4 5 6 7
#include <string> #include <cstdint> int main(int argc, char* argv[]) { uint32_t x=0; return x; }