Problem helloworld
User Tolo925kt
Submission Time 2026-07-09 16:12:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:11: error: expected ‘;’ before ‘n’
7 | for (n > 1 n--;) {
| ^~
| ;
helloworld.cpp:7:16: error: expected primary-expression before ‘)’ token
7 | for (n > 1 n--;) {
| ^
helloworld.cpp:7:16: error: expected ‘;’ before ‘)’ token
7 | for (n > 1 n--;) {
| ^
| ;