Fibonačio skaičiai
- [1] 2020-05-13 15:08 (0)
- [2] 2020-05-14 14:03 (0)
- [3] 2020-05-14 14:04 (51.1)
- [4] 2020-05-14 14:08 (0)
- [5] 2020-05-14 14:12 (51.1)
- [6] 2020-05-14 14:29 (2.2)
- [7] 2020-05-14 14:34 (1.1)
- [8] 2020-05-14 14:43 (51.1)
- [9] 2020-05-14 15:21 (0)
- [10] 2020-05-14 15:22 (0)
- [11] 2020-05-14 15:23 (0)
- [12] 2020-05-14 15:26 (0)
- [13] 2020-05-14 15:29 (33.3)
- [14] 2020-05-14 15:45 (0)
- [15] 2020-05-14 15:46 (100)
Taškai: 0
Compile: FAIL
fibonacio_skaiciai.cpp: In function ‘int main()’: fibonacio_skaiciai.cpp:5:5: error: ‘__int64’ was not declared in this scope __int64 n, x = 0, y = 1, i = 1; ^ fibonacio_skaiciai.cpp:9:12: error: ‘n’ was not declared in this scope cin >> n; ^ fibonacio_skaiciai.cpp:10:12: error: ‘i’ was not declared in this scope while (i < n) { ^ fibonacio_skaiciai.cpp:11:9: error: ‘y’ was not declared in this scope y = x + y; ^ fibonacio_skaiciai.cpp:11:13: error: ‘x’ was not declared in this scope y = x + y; ^ fibonacio_skaiciai.cpp:15:13: error: ‘y’ was not declared in this scope cout << y; ^
nr. | result | time | message |
---|