Problem exam
User zsinfo2010
Submission Time 2025-07-04 15:10:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:9:15: error: conversion from ‘char’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
9 | string ANS = '\n';
| ^~~~
exam.cpp:16:13: error: expected ‘;’ before ‘return’
16 | cout << ANS
| ^
| ;
17 | return 0;
| ~~~~~~