Problem reading
User Elwinthenerd
Submission Time 2024-11-11 16:40:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reading.cpp: In function ‘int main()’:
reading.cpp:4:20: error: two or more data types in declaration of ‘N’
4 | __int128_t double N, K;
| ^
reading.cpp:4:23: error: two or more data types in declaration of ‘K’
4 | __int128_t double N, K;
| ^
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;
| ^