Problem pascal
User FullName
Submission Time 2026-05-15 14:00:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pascal.cpp: In function ‘int main()’:
pascal.cpp:7:14: error: expected ‘;’ before ‘}’ token
7 | cout << 1
| ^
| ;
8 | }
| ~
pascal.cpp:8:1: error: expected ‘}’ at end of input
8 | }
| ^
pascal.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^