0_0_36528441_29565.cpp:1:12: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_36528441_29565.cpp: In function 'int main()':
0_0_36528441_29565.cpp:9:34: error: expected ')' before ';' token
while(scanf("%d %d %d", #[1], #[2], #[3]) && (num[1]||num[2]||num[3]))
^
0_0_36528441_29565.cpp:9:34: error: expected ')' before ';' token
0_0_36528441_29565.cpp:9:36: error: expected identifier before numeric constant
while(scanf("%d %d %d", #[1], #[2], #[3]) && (num[1]||num[2]||num[3]))
^
0_0_36528441_29565.cpp: In lambda function:
0_0_36528441_29565.cpp:9:38: error: expected '{' before ',' token
while(scanf("%d %d %d", #[1], #[2], #[3]) && (num[1]||num[2]||num[3]))
^
0_0_36528441_29565.cpp: In function 'int main()':
0_0_36528441_29565.cpp:9:46: error: expected identifier before numeric constant
while(scanf("%d %d %d", #[1], #[2], #[3]) && (num[1]||num[2]||num[3]))
^
0_0_36528441_29565.cpp: In lambda function:
0_0_36528441_29565.cpp:9:48: error: expected '{' before ',' token
while(scanf("%d %d %d", #[1], #[2], #[3]) && (num[1]||num[2]||num[3]))
^
0_0_36528441_29565.cpp: In function 'int main()':
0_0_36528441_29565.cpp:9:56: error: expected identifier before numeric constant
while(scanf("%d %d %d", #[1], #[2], #[3]) && (num[1]||num[2]||num[3]))
^
0_0_36528441_29565.cpp: In lambda function:
0_0_36528441_29565.cpp:9:58: error: expected '{' before ')' token
while(scanf("%d %d %d", #[1], #[2], #[3]) && (num[1]||num[2]||num[3]))
^
0_0_36528441_29565.cpp: In function 'int main()':
0_0_36528441_29565.cpp:9:58: error: expected ';' before ')' token
0_0_36528441_29565.cpp:49:1: error: expected '}' at end of input
}
^
|