Problem | brick |
---|---|
User | om2024 |
Submission Time | 2024-06-20 14:46:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:11:10: error: ‘d’ was not declared in this scope
11 | cin >> d ve[i];
| ^
brick.cpp:12:26: error: ‘i’ was not declared in this scope
12 | while (ve.empty() || v[i+1] <= v{i]); {
| ^
brick.cpp:12:35: error: expected ‘)’ before ‘{’ token
12 | while (ve.empty() || v[i+1] <= v{i]); {
| ~ ^
| )
brick.cpp:12:37: error: expected ‘;’ before ‘]’ token
12 | while (ve.empty() || v[i+1] <= v{i]); {
| ^
| ;
brick.cpp:21:7: error: expected ‘}’ at end of input
21 | }
| ^
brick.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^