Problem | reading |
---|---|
User | Elwinthenerd |
Submission Time | 2024-11-11 16:40:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reading.cpp: In function ‘int main()’:
reading.cpp:4:2: error: ‘__int128_tlong’ was not declared in this scope; did you mean ‘__int128_t’?
4 | __int128_tlong double N, K;
| ^~~~~~~~~~~~~~
| __int128_t
reading.cpp:6:9: error: ‘N’ was not declared in this scope
6 | cin >> N >> K;
| ^
reading.cpp:6:14: error: ‘K’ was not declared in this scope
6 | cin >> N >> K;
| ^