Skip to content

Instantly share code, notes, and snippets.

View vporoshok's full-sized avatar
🦆
The duck-painter's decided to drink to go the bar

Bastrykov Evgeniy vporoshok

🦆
The duck-painter's decided to drink to go the bar
View GitHub Profile
#!/bin/env python
# -*- coding: utf-8 -*-
from timeit import timeit
class Fib:
def __init__(self, end):
self.a = 0
self.b = 1
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int mkdstr(char **, int (*)(void));
int main() {
int no = 0;
int len;
int max_no;