s0509
This commit is contained in:
13
include/s0509_fibonacci_number.hpp
Normal file
13
include/s0509_fibonacci_number.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef S0509_FIBONACCI_NUMBER_HPP
|
||||
#define S0509_FIBONACCI_NUMBER_HPP
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class S0509 {
|
||||
public:
|
||||
int fib(int n);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user