Problem | brick |
---|---|
User | Soysauce |
Submission Time | 2024-04-19 16:53:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:5:56: error: expected ‘;’ before ‘long’
5 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0)
| ^
| ;
6 | long long n,a,b;
| ~~~~
brick.cpp:7:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n;
| ^
| yn
brick.cpp:16:3: error: ‘a’ was not declared in this scope
16 | a=A[e];
| ^
brick.cpp:17:3: error: ‘b’ was not declared in this scope
17 | b=stroke.back();
| ^