0_0_19590130_18764.cpp:18:2: error: stray '#' in program
}#include<stdio.h>
^
0_0_19590130_18764.cpp:24:2: error: stray '#' in program
}#include<stdio.h>
^
0_0_19590130_18764.cpp:13:11: error: '::main' must return 'int'
void main()
^
0_0_19590130_18764.cpp: In function 'int main()':
0_0_19590130_18764.cpp:13:6: error: redefinition of 'int main()'
void main()
^
0_0_19590130_18764.cpp:3:5: note: 'int main()' previously defined here
int main()
^
0_0_19590130_18764.cpp: At global scope:
0_0_19590130_18764.cpp:18:3: error: 'include' does not name a type
}#include<stdio.h>
^
0_0_19590130_18764.cpp:24:3: error: 'include' does not name a type
}#include<stdio.h>
^
|