Problem | ultimateifelse |
---|---|
User | hutaosfavbf |
Submission Time | 2024-11-23 16:51:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:5:3: error: ‘ll’ was not declared in this scope
5 | ll n; string s;
| ^~
ultimateifelse.cpp:6:10: error: ‘n’ was not declared in this scope
6 | cin >> n >> s;
| ^
ultimateifelse.cpp:10:5: error: ‘answer’ was not declared in this scope
10 | answer = to_string(n);
| ^~~~~~