0_0_38829533_24124.cpp: In function 'int main()':
0_0_38829533_24124.cpp:14:29: error: 'amp' was not declared in this scope
14 | while (scanf("%d", &t) != EOF && t != 0)
| ^~~
0_0_38829533_24124.cpp:14:32: error: expected ')' before ';' token
14 | while (scanf("%d", &t) != EOF && t != 0)
| ~ ^
| )
0_0_38829533_24124.cpp:14:34: error: expected ';' before ')' token
14 | while (scanf("%d", &t) != EOF && t != 0)
| ^
| ;
0_0_38829533_24124.cpp:14:49: error: 'amp' was not declared in this scope
14 | while (scanf("%d", &t) != EOF && t != 0)
| ^~~
0_0_38829533_24124.cpp:14:60: error: expected ';' before ')' token
14 | while (scanf("%d", &t) != EOF && t != 0)
| ^
| ;
0_0_38829533_24124.cpp: In function 'int GoldbachConjecture(int)':
0_0_38829533_24124.cpp:46:34: error: 'amp' was not declared in this scope; did you mean 'tmp'?
46 | right = &primeTable[i - 1];
| ^~~
| tmp
0_0_38829533_24124.cpp:50:32: error: 'amp' was not declared in this scope; did you mean 'tmp'?
50 | while(*left <= *right && *right >= 2)
| ^~~
| tmp
0_0_38829533_24124.cpp:50:35: error: expected ')' before ';' token
50 | while(*left <= *right && *right >= 2)
| ~ ^
| )
0_0_38829533_24124.cpp:50:37: error: 'amp' was not declared in this scope; did you mean 'tmp'?
50 | while(*left <= *right && *right >= 2)
| ^~~
| tmp
0_0_38829533_24124.cpp:50:53: error: expected ';' before ')' token
50 | while(*left <= *right && *right >= 2)
| ^
| ;
|