[백준/C++] 1003 피보나치 함수 1003 피보나치 함수 #include using namespace std; int fibo(int num); int check_zero = 0, check_one=0; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int test_case; cin >> test_case; for (int i = 0; i > tmp; fibo(tmp); cout Study/Baekjoon 2024.02.26