0_0_23104306_3593.cpp:1:6: error: stray '#' in program
11111#include <bits/stdc++.h>
^
0_0_23104306_3593.cpp:1:1: error: expected unqualified-id before numeric constant
11111#include <bits/stdc++.h>
^
0_0_23104306_3593.cpp: In function 'int main()':
0_0_23104306_3593.cpp:5:25: error: 'malloc' was not declared in this scope
while(1) malloc(1000);
^
|