Problem | reading |
---|---|
User | CastyLoz17 |
Submission Time | 2024-08-12 16:16:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reading.cpp: In function ‘int main()’:
reading.cpp:7:5: error: ‘unsigned’ specified with ‘double’
7 | unsigned long long double n, k;
| ^~~~~~~~
reading.cpp:7:5: error: ‘unsigned’ specified with ‘double’
reading.cpp:10:5: error: ‘unsigned’ specified with ‘double’
10 | unsigned long long double nums = 0;
| ^~~~~~~~
reading.cpp:11:10: error: ‘unsigned’ specified with ‘double’
11 | for (unsigned long long double i = 0; i < n; ++i) {
| ^~~~~~~~
reading.cpp:12:9: error: ‘unsigned’ specified with ‘double’
12 | unsigned long long double a, b;
| ^~~~~~~~
reading.cpp:12:9: error: ‘unsigned’ specified with ‘double’