| Problem | lcm |
|---|---|
| User | o0oNotGXYo0o |
| Submission Time | 2024-08-23 22:35:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lcm.cpp: In function ‘int main()’:
lcm.cpp:21:18: error: redeclaration of ‘std::stringstream ss’
21 | stringstream ss;
| ^~
lcm.cpp:11:18: note: ‘std::stringstream ss’ previously declared here
11 | stringstream ss(buffer);
| ^~