This commit is contained in:
Oleksandr Vyshniakov 2025-02-22 13:56:22 +01:00
parent ff1b4128f8
commit 246914848c

View File

@ -0,0 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
#define maxcoe 100
int read_number (double *num) {
char buffer[50]
}
int main() {
return 0;
}