Aggiorna test.c
This commit is contained in:
parent
db77d6001e
commit
0b13972f36
1 changed files with 1 additions and 1 deletions
2
test.c
2
test.c
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
uint64_t fibonacci( void ) {
|
||||
const int n = 500000;
|
||||
const int n = 250000;
|
||||
uint64_t a = 0, b = 1, c;
|
||||
|
||||
for (int i = 2; i <= n; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue