Problem doll_noi
User Negative273C
Submission Time 2025-02-02 15:50:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp:1:1: error: stray ‘##’ in program
1 | ##include <bits/stdc++.h>
| ^~
doll_noi.cpp:1:3: error: ‘include’ does not name a type
1 | ##include <bits/stdc++.h>
| ^~~~~~~
doll_noi.cpp: In function ‘long long int readint()’:
doll_noi.cpp:6:18: error: ‘getchar_unlocked’ was not declared in this scope
6 | int x=0;char ch=getchar_unlocked();bool s=1;
| ^~~~~~~~~~~~~~~~
doll_noi.cpp: In function ‘void print(long long int)’:
doll_noi.cpp:13:2: error: ‘putchar_unlocked’ was not declared in this scope
13 | putchar_unlocked(x%10+'0');
| ^~~~~~~~~~~~~~~~
doll_noi.cpp: At global scope:
doll_noi.cpp:17:1: error: ‘int32_t’ does not name a type
17 | int32_t main() {
| ^~~~~~~