Problem timeexam
User blob
Submission Time 2023-11-08 14:57:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:8:12: error: request for member ‘length’ in ‘N’, which is of non-class type ‘long long int’
8 | cout << N.length() << "/4";
| ^~~~~~