Problem | samelength |
---|---|
User | PrunJuice |
Submission Time | 2024-01-10 10:43:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
samelength.cpp: In function ‘int main(int, char**)’:
samelength.cpp:26:12: error: ‘jury_fil’ was not declared in this scope; did you mean ‘jury_file’?
26 | fscanf(jury_fil
| ^~~~~~~~
| jury_file
samelength.cpp:26:12: error: expected ‘}’ at end of input
samelength.cpp:5:33: note: to match this ‘{’
5 | int main(int argc, char** argv) {
| ^