15 lines
141 B
C
15 lines
141 B
C
|
int main () {
|
||
|
|
||
|
}
|
||
|
|
||
|
#define a 1
|
||
|
|
||
|
int aa(int ab ,char *cd) {
|
||
|
int de;
|
||
|
int r;
|
||
|
float x = 52.f;
|
||
|
|
||
|
|
||
|
return 5
|
||
|
;
|
||
|
}
|