Recent content by Paul Sernine

  1. P

    🛠️ Tools Quillbot Sabit

    may nagpalit ng password boss Skitten huhuhu
  2. P

    🔒 Closed YøùTùbé rémíùm 6 Months Trial (Unli Pagawaan)

    Hidden content Maraming salamat in advance idooool
  3. P

    🛠️ Tools Quillbot Sabit

    Thank you idol Skitten 🥰
  4. P

    🛠️ Tools Quillbot Sabit

    baka pwede pa makasabit idol Skitten need lang po sa thesis namin. Maraming salamat po
  5. P

    🔒 Closed Spotify Solo

    Maraming salamat po idol. kuha ko po
  6. P

    🔒 Closed 3 months spotify

    wala na agad haha keep sharing
  7. P

    🔒 Closed Patulong po sana sa C++ code po

    main.cpp:8:2: error: expected unqualified-id before ‘if’ 8 | if (x < 0) | ^~ main.cpp:13:2: error: expected unqualified-id before ‘if’ 13 | if (x > 360) | ^~ main.cpp:15:2: error: ‘x’ does not name a type 15 | x *= PI/180.0; | ^ main.cpp:17:16: error: ‘x’ was...
  8. P

    🔒 Closed Patulong po sana sa C++ code po

    nagpatulong lang din sakin kapatid ko po.
  9. P

    🔒 Closed Patulong po sana sa C++ code po

    Patulong sana ako lodi kung ano po mali ko dito. #include <iostream> using namespace std; int main() { const double PI = 3.1415926535897932384650288; //Pi accuracy double sin (double x) //Sine by Taylor's Series } double sign = 1; if (x < 0) { sign = -1.0; x = -x; } if (x > 360) x =...
Back
Top