| Problem | shamelessad6 |
|---|---|
| User | toditisdoingthisforfun |
| Submission Time | 2026-01-07 10:43:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shamelessad6.cpp:8:9: error: missing terminating " character
8 | printf("%i, a*b%c)
| ^~~~~~~~~~~
shamelessad6.cpp: In function ‘int main()’:
shamelessad6.cpp:7:6: error: expected ‘;’ before ‘printf’
7 | c=21
| ^
| ;
8 | printf("%i, a*b%c)
| ~~~~~~
shamelessad6.cpp:8:8: error: expected ‘}’ at end of input
8 | printf("%i, a*b%c)
| ^
shamelessad6.cpp:4:1: note: to match this ‘{’
4 | {
| ^