Problem 0405
User ForsakenPBJ
Submission Time 2025-01-23 23:50:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:8:5: error: expected identifier before numeric constant
8 | 2, 3, 5, 7, 11, 13, 17, 19, 23, 29,
| ^
0405.cpp:8:6: error: expected ‘]’ before ‘,’ token
8 | 2, 3, 5, 7, 11, 13, 17, 19, 23, 29,
| ^
| ]
0405.cpp: In lambda function:
0405.cpp:8:6: error: expected ‘{’ before ‘,’ token
0405.cpp: In function ‘int main()’:
0405.cpp:8:6: error: conversion from ‘main()::<lambda()>’ to non-scalar type ‘std::vector<int>’ requested
0405.cpp:8:8: error: expected unqualified-id before numeric constant
8 | 2, 3, 5, 7, 11, 13, 17, 19, 23, 29,
| ^