Problem brick
User Petkub
Submission Time 2026-06-21 11:42:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp:5:1: error: stray ‘\302’ in program
5 |     stack<int> stk;
| ^
brick.cpp:5:2: error: stray ‘\240’ in program
5 |     stack<int> stk;
| ^
brick.cpp:5:4: error: stray ‘\302’ in program
5 |     stack<int> stk;
| ^
brick.cpp:5:5: error: stray ‘\240’ in program
5 |     stack<int> stk;
| ^
brick.cpp:6:1: error: stray ‘\302’ in program
6 |     int n;
| ^
brick.cpp:6:2: error: stray ‘\240’ in program
6 |     int n;
| ^
brick.cpp:6:4: error: stray ‘\302’ in program
6 |     int n;
| ^
brick.cpp:6:5: error: stray ‘\240’ in program
6 |     int n;
| ^
brick.cpp:7:1: error: stray ‘\302’ in program
7 |     cin>>n;
| ^
brick.cpp:7:2: error: stray ‘\240’ in program
7 |     cin>>n;
| ^
brick.cpp:7:4: error: stray ‘\302’ in program
7 |     cin>&