Problem | reading |
---|---|
User | Elwinthenerd |
Submission Time | 2024-11-11 16:39:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reading.cpp: In function ‘int main()’:
reading.cpp:4:12: error: expected unqualified-id before ‘/’ token
4 | __int128_t/long 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;
| ^