Problem hammeringnails
User Lypho
Submission Time 2024-12-11 11:51:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hammeringnails.cpp: In function ‘int main()’:
hammeringnails.cpp:22:26: error: expected ‘;’ before ‘}’ token
22 | cout << abs(nails[0])
| ^
| ;
23 | }
| ~