Increase count of Pi digits to 200

This commit is contained in:
Nikolay Puzanov
2023-06-11 17:54:44 +03:00
parent 97bffac8f0
commit bdb88b358c
3 changed files with 97 additions and 84 deletions

View File

@@ -8,7 +8,7 @@ void put_char(char c)
IO_REG_CONSOLE = c | IO_REG_CONSOLE_SEND;
}
#define N 50
#define N 200
#define CHUNK 4
#define ARR_LEN (10 * N / 3 + 1)