Problem chickensoup
User user123
Submission Time 2023-12-06 10:44:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chickensoup.cpp:8:8: error: ‘bll’ does not name a type
8 | inline bll read()
| ^~~
chickensoup.cpp:23:19: error: variable or field ‘print’ declared void
23 | inline void print(bll x)
| ^~~
chickensoup.cpp:23:19: error: ‘bll’ was not declared in this scope
chickensoup.cpp: In function ‘int main()’:
chickensoup.cpp:70:4: error: ‘read’ was not declared in this scope; did you mean ‘fread’?
70 | n=read(); m=read();
| ^~~~
| fread
chickensoup.cpp:81:19: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘__int128’)
81 | int t; cin>>t;
| ~~~^~~
| | |
| | __int128
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/iostream:40,
from chickensoup.cp