| Problem | guessproblem |
|---|---|
| User | shenshiqi |
| Submission Time | 2026-09-03 07:29:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessproblem.cpp: In function ‘int main()’:
guessproblem.cpp:3:12: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define ll long long
| ^~~~
guessproblem.cpp:6:2: note: in expansion of macro ‘ll’
6 | ll t;
| ^~
guessproblem.cpp:7:9: error: ‘t’ was not declared in this scope
7 | cin >> t;
| ^