Problem visitinggf
User jatrophalouvre
Submission Time 2024-09-13 23:43:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

visitinggf.cpp:29:32: error: ‘bsz’ was not declared in this scope; did you mean ‘_bsz’?
29 | inline namespace fo { char _bf[bsz]; int _p;
| ^~~
| _bsz
visitinggf.cpp: In function ‘void fo::pchar(char)’:
visitinggf.cpp:31:30: error: ‘bsz’ was not declared in this scope; did you mean ‘_bsz’?
31 | void pchar(char c) { if (_p==bsz) flout(); _bf[_p++]=c; }
| ^~~
| _bsz