QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#733861#5422. Perfect PalindromeZhangYiDeCompile Error//C++981.3kb2024-11-10 21:40:042024-11-10 21:40:04

Details

answer.code: In function ‘int main()’:
answer.code:45:18: error: expected ‘}’ at end of input
   45 |         return 0;
      |                  ^
answer.code:6:1: note: to match this ‘{’
    6 | {
      | ^