| Problem | do_you_like_me |
|---|---|
| User | maximushartanto |
| Submission Time | 2025-06-29 13:49:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
do_you_like_me.cpp:25:18: error: invalid use of ‘auto’
25 | using function = auto;
| ^~~~
do_you_like_me.cpp:28:1: error: ‘function’ does not name a type; did you mean ‘union’?
28 | function main() -> integer{
| ^~~~~~~~
| union