QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#141019 | #6661. 야유회 | alch07# | Compile Error | / | / | C++14 | 252b | 2023-08-17 07:51:47 | 2024-07-04 01:46:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int morning(int, int)’: answer.code:5:55: error: expected ‘;’ before ‘}’ token 5 | int morning(int my_num, int right_num) { return my_num } | ^~ | ; answer.code: In function ‘int afternoon(int, int, int)’: answer.code:7:71: error: expected ‘;’ before ‘}’ token 7 | int afternoon(int left_num, int my_num, int right_num) { return my_num } | ^~ | ; answer.code: In function ‘int evening(int, int, int)’: answer.code:9:69: error: expected ‘;’ before ‘}’ token 9 | int evening(int left_num, int my_num, int right_num) { return my_num } | ^~ | ;