11 lines
121 B
C
11 lines
121 B
C
#include "stdio.h"
|
|
#include "math.h"
|
|
#include "complex.h"
|
|
|
|
int main()
|
|
{
|
|
|
|
printf("Something...\n");
|
|
|
|
return 0;
|
|
} |