Cod sursa(job #1375833)
| Utilizator | Data | 5 martie 2015 14:38:41 | |
|---|---|---|---|
| Problema | Al k-lea termen Fibonacci | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva educationala | Marime | 0.13 kb |
#include <iostream>
#include <vector>
using namespace std;
ifstream fin("kfib.in"):
ofstream fout("kfib.out");
int main() {
}
