Problem | crypto |
---|---|
User | newplayer |
Submission Time | 2024-02-23 02:04:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
crypto.cpp: In function ‘int32_t main()’:
crypto.cpp:20:2: error: ‘same’ was not declared in this scope
20 | same=1;
| ^~~~
crypto.cpp:42:23: error: expected ‘;’ before ‘}’ token
42 | sumint=factorial*n-1
| ^
| ;
43 | }
| ~