Pushpavel / AutoCp

Generate and judge your solution files in Programming Contests 😀
https://pushpavel.github.io/AutoCp/
MIT License
42 stars 13 forks source link

Cannot run 'filename' in 'debug. #127

Open Akshat4321 opened 8 months ago

Akshat4321 commented 8 months ago

Upon attempting to run the program using the shortcut Alt + X in CLion, an error message appears: "Cannot run 'B_Binary_Path' in debug". Additionally, an error is also encountered in the terminal. After installing the Competitive Programming Companion and Auto CP plugins, I parsed the question from https://codeforces.com/problemset/problem/1937/B. When I try to run the program by clicking Alt + X, it gives me the error "Cannot run 'B_Binary_Path' in debug".

Steps to Reproduce the Behavior:

Install Competitive Programming Companion and Auto CP plugins in CLion. Parse https://codeforces.com/problemset/problem/1937/B on Codeforces, which creates a file named 'B_Binary_Path'. Retrieve test cases using View > Tool Windows > AutoCp. Attempt to run the program using the shortcut Alt + X.

Expected Behavior: The program should run without errors when using the Alt + X shortcut.

Additional Context: The error message "Cannot run 'B_Binary_Path' in debug" persists, and further details from the terminal are provided below.

Screenshot 2024-03-02 150030 image

baraabebo10 commented 2 months ago

How to fix this problem?