Problem | exam |
---|---|
User | AltheaZ |
Submission Time | 2023-06-02 11:04:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:5:24: error: two or more data types in declaration of ‘mul’
5 | ll int mul(int a, int b) {
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:18:12: error: expected primary-expression before ‘mul’
18 | cout<<ll mul(A,B);
| ^~~