Problem snowball
User yongteckrice
Submission Time 2023-02-13 08:49:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:6:9: error: ‘N’ was not declared in this scope
6 | cin >> N >> D;
| ^
snowball.cpp:6:14: error: ‘D’ was not declared in this scope
6 | cin >> N >> D;
| ^
snowball.cpp:14:22: error: expected ‘;’ before ‘}’ token
14 | vect.push_back(num)
| ^
| ;
15 | }
| ~
snowball.cpp:16:10: error: ‘v’ was not declared in this scope
16 | sort(v.begin(), v.end());
| ^