16 lines
292 B
C
16 lines
292 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#define maxcoe 100
|
|
|
|
int read_number (double *num) {
|
|
char buffer[50];
|
|
if (!fgets(buffer, sizeof(buffer), stdin)) { //если fgets не смог считать строку
|
|
return 0;
|
|
}
|
|
if (sscanf)
|
|
|
|
}
|
|
|
|
int main() {
|
|
return 0;
|
|
} |