OPR-PR/1_Grundlagen/Vorbereitungsaufgaben/praeprozessorfehler.cpp

10 lines
100 B
C++

#define NUM 0
using namespace std;
int main(){
int i;
i = NUM;
cout << i << "\n" ;
}