Problem | graph |
---|---|
User | Henries |
Submission Time | 2024-12-21 16:54:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
graph.cpp: In function ‘int main()’:
graph.cpp:120:12: error: redeclaration of ‘long long int q’
120 | long long q;cin >> q;
| ^
graph.cpp:88:16: note: ‘long long int q’ previously declared here
88 | long long n,e,q;cin >> n >> e >> q;
| ^