Skip to content
Snippets Groups Projects
Commit d2dc1e90 authored by BobLeHibou's avatar BobLeHibou
Browse files

save

parent fbe47c8c
Branches master
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@
// PAS FAIT COMME DEMANDE PAR MANQUE DE TEMPS (fait rapidement, en dernier)
typedef struct _stack {
int top;
int data[];
} stack;
int main() {
float tab[N];
for (int i = 0; i < N; ++i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment