| Problem | sixandseven |
|---|---|
| User | YellowKing |
| Submission Time | 2026-06-26 15:11:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:6:12: error: expected ‘;’ before ‘char’
6 | cin.tie(0)
| ^
| ;
7 | char A;
| ~~~~
sixandseven.cpp:10:7: error: ‘A’ was not declared in this scope
10 | cin>>A;
| ^