Problem laptop
User YSH2020
Submission Time 2025-01-20 21:19:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:23:2: error: expected ‘}’ before ‘else’
23 | else {
| ^~~~
laptop.cpp:20:13: note: to match this ‘{’
20 | if (y > c) {
| ^
laptop.cpp:25:2: error: expected ‘}’ at end of input
25 | }
| ^
laptop.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^