| Problem | shamelessad6 |
|---|---|
| User | Informatics271 |
| Submission Time | 2025-12-26 13:19:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shamelessad6.cpp:3:1: error: ‘ll’ does not name a type
3 | ll a,b,c;
| ^~
shamelessad6.cpp: In function ‘int main()’:
shamelessad6.cpp:5:7: error: ‘a’ was not declared in this scope
5 | cin>>a>>b>>c;
| ^
shamelessad6.cpp:5:10: error: ‘b’ was not declared in this scope
5 | cin>>a>>b>>c;
| ^
shamelessad6.cpp:5:13: error: ‘c’ was not declared in this scope
5 | cin>>a>>b>>c;
| ^