| Problem | distribution |
|---|---|
| User | shoryu386 |
| Submission Time | 2023-02-02 05:44:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
distribution.cpp: In function ‘int main()’:
distribution.cpp:7:57: error: expected primary-expression before ‘if’
7 | int arr[n]; for (int x = 0; x < n; x++) cin >> arr[x], if (arr[x] != 1) lmao = 0;
| ^~