fork download
  1. int main() {
  2. long long long a = 0;
  3. return (int)a;
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function ‘main’:
prog.c:2: error: ‘long long long’ is too long for GCC
stdout
Standard output is empty