Problem runway
User kxd
Submission Time 2024-02-06 22:26:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

runway.cpp: In function ‘int main()’:
runway.cpp:54:8: error: too many arguments to function ‘int read()’
54 | read(n);read(e);read(k);
| ^
runway.cpp:36:12: note: declared here
36 | inline int read() {
| ^~~~
runway.cpp:54:16: error: too many arguments to function ‘int read()’
54 | read(n);read(e);read(k);
| ^
runway.cpp:36:12: note: declared here
36 | inline int read() {
| ^~~~
runway.cpp:54:24: error: too many arguments to function ‘int read()’
54 | read(n);read(e);read(k);
| ^
runway.cpp:36:12: note: declared here
36 | inline int read() {
| ^~~~
runway.cpp:59:9: error: too many arguments to function ‘int read()’
59 | read(a);read(b);read(d);
| ^
runway.cpp:36:12: note: declared here
36 | inline int read() {
| ^~~~
runway.cpp:59:17: error