Problem reading
User PlayVoltz
Submission Time 2023-07-21 11:58:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reading.cpp: In function ‘int main()’:
reading.cpp:5:18: error: ‘long long’ specified with ‘double’
5 | #define lld long long double
| ^~~~
reading.cpp:12:2: note: in expansion of macro ‘lld’
12 | lld temp;
| ^~~