pvjc25/du2/program.c

11 lines
142 B
C
Raw Normal View History

2025-02-22 12:56:22 +00:00
#include <stdio.h>
#include <stdlib.h>
#define maxcoe 100
int read_number (double *num) {
char buffer[50]
}
int main() {
return 0;
}