Hi, the input file is so big that my vscode and sublime crashed and now I am not able to run it anywhere and get my output! Can anyone pls help me regarding this?
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 3993 |
2 | jiangly | 3743 |
3 | orzdevinwang | 3707 |
4 | Radewoosh | 3627 |
5 | jqdai0815 | 3620 |
6 | Benq | 3564 |
7 | Kevin114514 | 3443 |
8 | ksun48 | 3434 |
9 | Rewinding | 3397 |
10 | Um_nik | 3396 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 155 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
10 | nor | 152 |
Hi, the input file is so big that my vscode and sublime crashed and now I am not able to run it anywhere and get my output! Can anyone pls help me regarding this?
Название |
---|
You don't have to open the input data file for viewing inside the program editor. Just use the file name to open it at run-time, and read the data from the file input stream at run-time as if it is read from the standard input stream. Best wishes.
you can run this
a.exe < input.txt > output.txt
it is still buffering in cmd and not printing at all
then it might it becuase u have some bug in your code.If u r confident your code is right and will complete execution then pls share how u r reading from files.(sometimes putting wrong filename also causes the buffering issue in sublime)
cf.exe <fbip.txt> output.txt i used this fbip is my input file and cf is my c++ code file please help me!
does the file exists at same place where cf.exe is there.?
If u still get problem use this two lines at the start of main function
write full path of input and output
You may see this.