add src-space c/cpp
This commit is contained in:
@@ -12,5 +12,6 @@ int fib(int n) {
|
||||
int main() {
|
||||
int temp;
|
||||
scanf("%d", &temp);
|
||||
printf("%d", fib(temp));
|
||||
printf("%d\n", fib(temp));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user