11 lines
142 B
C
11 lines
142 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#define maxcoe 100
|
|
|
|
int read_number (double *num) {
|
|
char buffer[50]
|
|
}
|
|
|
|
int main() {
|
|
return 0;
|
|
} |