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

save

parent fbe47c8c
Branches main
No related tags found
No related merge requests found
...@@ -8,6 +8,12 @@ ...@@ -8,6 +8,12 @@
// PAS FAIT COMME DEMANDE PAR MANQUE DE TEMPS (fait rapidement, en dernier) // PAS FAIT COMME DEMANDE PAR MANQUE DE TEMPS (fait rapidement, en dernier)
typedef struct _stack {
int top;
int data[];
} stack;
int main() { int main() {
float tab[N]; float tab[N];
for (int i = 0; i < N; ++i) { 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