0_0_22181997_24008.cpp: In function 'int main()':
0_0_22181997_24008.cpp:6:24: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
while(scanf("%d%d",&a&b)!=EOT)
^
0_0_22181997_24008.cpp:6:28: error: 'EOT' was not declared in this scope
while(scanf("%d%d",&a&b)!=EOT)
^
0_0_22181997_24008.cpp:8:22: error: 'pritf' was not declared in this scope
pritf("%d\n",a+b);
^
|