| Problem | transmit |
|---|---|
| User | yhmixeI |
| Submission Time | 2024-12-30 12:24:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
transmit.cpp: In function ‘int main()’:
transmit.cpp:8:8: error: conflicting declaration ‘std::string p’
8 | string p; cin>>p;
| ^
transmit.cpp:7:7: note: previous declaration as ‘long long int p’
7 | int n,p,t;cin>>n;
| ^