Problem | eeducation |
---|---|
User | siqideng09 |
Submission Time | 2023-11-15 08:40:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:8:26: error: expected primary-expression before ‘long’
8 | bool find(long long arr[long long a], long long value) {
| ^~~~
eeducation.cpp:8:26: error: expected ‘]’ before ‘long’
8 | bool find(long long arr[long long a], long long value) {
| ^~~~
| ]
eeducation.cpp:8:26: error: expected ‘)’ before ‘long’
8 | bool find(long long arr[long long a], long long value) {
| ~ ^~~~
| )
eeducation.cpp:8:26: error: expected initializer before ‘long’
8 | bool find(long long arr[long long a], long long value) {
| ^~~~
eeducation.cpp:19:18: error: ‘B’ was not declared in this scope
19 | long long A[N]; B[M];
| ^
eeducation.cpp:21:32: error: expected ‘;’ before ‘)’