|
|
|
|
|
by RicardoLuis0
1386 days ago
|
|
that's still wrong, the integer data model is defined by the target, which is not specified in the quiz, not solely by the compiler, ex. clang uses 32-bit longs when compiling for windows, and 64-bit longs when compiling for linux: * windows - https://godbolt.org/z/WWWzarEsK * linux - https://godbolt.org/z/57WK45o6e same for gcc on linux/windows (mingw) |
|