Problem rabbitjoke
User eliasxyz
Submission Time 2025-07-08 00:04:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbitjoke.cpp: In function ‘int fast_read_int()’:
rabbitjoke.cpp:2:20: error: ‘getchar_unlocked’ was not declared in this scope
2 | int x = 0, c = getchar_unlocked();
| ^~~~~~~~~~~~~~~~
rabbitjoke.cpp: In function ‘int main()’:
rabbitjoke.cpp:24:5: error: ‘printf’ was not declared in this scope
24 | printf("0\n");
| ^~~~~~
rabbitjoke.cpp:1:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
+++ |+#include <cstdio>
1 | inline int fast_read_int() {