atom-community / atom-community/atom-script

No such file or directory

Open
#2,219 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
730
Forks
264
PR merge metrics
No merged PRs in 30d

Description

I tried to run a code in c ++ and it returned the following message: "g ++: error: / mnt / c / Users / valer / Documents / GitHub / Exercises / (1000) Simple-Equation.cpp: No such file or directory". Idk what to do.
`#include

using namespace std;

int main(){
int A, B, C, D, res;
cin >> A, B, C, D;
res = (A*B-C*D)
cout << res;
}
`
I'm using the Atom IDE with the Script Package (https://atom.io/packages/script) and the message appears every time I try to run a code in C ++

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.