Problem | rainbowrabbit |
---|---|
User | newperson |
Submission Time | 2025-06-17 13:57:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rainbowrabbit.cpp: In function ‘int main()’:
rainbowrabbit.cpp:6:2: error: ‘ll’ was not declared in this scope
6 | ll n,m=1e18; cin >> n;
| ^~
rainbowrabbit.cpp:6:22: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | ll n,m=1e18; cin >> n;
| ^
| yn
rainbowrabbit.cpp:9:5: error: expected ‘;’ before ‘a’
9 | ll a;cin >> a;
| ^~
| ;
rainbowrabbit.cpp:9:15: error: ‘a’ was not declared in this scope
9 | ll a;cin >> a;
| ^
rainbowrabbit.cpp:10:3: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
10 | m = min(a,m);
| ^
| tm
rainbowrabbit.cpp:12:10: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
12 | cout << m;
| ^
| tm