Problem helloworld
User yq
Submission Time 2026-06-22 21:01:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:16: error: expected primary-expression before ‘a’
5 | cin>> string a;
| ^
helloworld.cpp:6:17: error: expected primary-expression before ‘a’
6 | cout<< string a;
| ^