fork download
  1. #include <cstdlib>
  2. #include <cstdio>
  3.  
  4. int main() {
  5. bool b; //хуяк хуяк и в продакшн
  6. char pr;//похуй что там хранится
  7. printf("[size of /b]\t\t%d\n[size of /pr]\t\t%d",
  8. sizeof(b), sizeof(pr), system("uname -a && gcc --version"));
  9. return 0;//конпелятор не соснул
  10. }
  11.  
Success #stdin #stdout 0s 16064KB
stdin
Standard input is empty
stdout
Linux checker 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux
gcc (Debian 6.3.0-6) 6.3.0 20170205
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[size of /b]		1
[size of /pr]		1