Problem | thedarknight |
---|---|
User | LiuZq |
Submission Time | 2025-01-03 18:46:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
thedarknight.cpp:6:1: error: expected initializer before ‘constexpr’
6 | constexpr auto lcm(auto x, auto... xs)
| ^~~~~~~~~
thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:11:5: error: ‘ll’ was not declared in this scope
11 | ll a,b,n;
| ^~
thedarknight.cpp:12:10: error: ‘a’ was not declared in this scope
12 | cin>>a>>b>>n;
| ^
thedarknight.cpp:12:13: error: ‘b’ was not declared in this scope
12 | cin>>a>>b>>n;
| ^
thedarknight.cpp:12:16: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
12 | cin>>a>>b>>n;
| ^
| yn