| 15955 | 2025-03-24 19:49:41 | algopro | Szóról szóra | cpp17 | Forditási hiba |
// UUID: 0c566a8e-d06c-402d-a66b-13396e26ea05
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << "Hello world!\n"; foo
}
open /var/local/lib/isolate/433/box/a.out: no such file or directory
main.cpp: In function 'int main()':
main.cpp:6:35: error: 'foo' was not declared in this scope
6 | cout << "Hello world!\n"; foo
| ^~~