Problem pascal
User Joashhh
Submission Time 2024-04-17 17:13:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pascal.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int fac(int t){
| ~~~
pascal.cpp: In function ‘int fac(int)’:
pascal.cpp:11:18: error: expected ‘;’ before ‘}’ token
11 | return result
| ^
| ;
12 | }
| ~