Problem factorial_ex
User shoryu386
Submission Time 2025-12-21 21:04:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

factorial_ex.cpp:6:3: error: invalid preprocessing directive #Get
6 | # Get current time in Singapore Time (SGT)
| ^~~
factorial_ex.cpp:9:3: error: invalid preprocessing directive #Format
9 | # Format as yyyymmddhhmmss
| ^~~~~~
factorial_ex.cpp:12:3: error: invalid preprocessing directive #Generate
12 | # Generate SHA256 hash
| ^~~~~~~~
factorial_ex.cpp:31:1: error: empty character constant
31 | '''
| ^~
factorial_ex.cpp:31:3: error: missing terminating ' character
31 | '''
| ^
factorial_ex.cpp:37:1: error: empty character constant
37 | '''
| ^~
factorial_ex.cpp:37:3: error: missing terminating ' character
37 | '''
| ^
factorial_ex.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~